chiark / gitweb /
Fixed ref counting problem when reading the icon-list slot in windows
[clg] / gtk / gtk.lisp
index b17cb0b078d840689275f11c48e50a9ccab2d8d7..a8d3d19812e5afb8960b2c1a5cfe26017f8cb9c7 100644 (file)
@@ -20,7 +20,7 @@
 ;; TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
 ;; SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
 ;; TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
 ;; SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
-;; $Id: gtk.lisp,v 1.48 2006/02/04 12:17:45 espen Exp $
+;; $Id: gtk.lisp,v 1.49 2006/02/06 19:16:17 espen Exp $
 
 
 (in-package "GTK")
 
 
 (in-package "GTK")
@@ -1457,6 +1457,9 @@ (defbinding decorated-window-move-resize-window () nil
   (width int)
   (heigth int))
 
   (width int)
   (heigth int))
 
+(defbinding %window-get-icon-list () (glist (copy-of gdk:pixbuf))
+  (window window))
+
 
 ;;; Window group
 
 
 ;;; Window group