Fixup for selection-data where format=32. X specification is odd.
[cl-gtk2.git] / gdk / gdk.pixbufs.lisp
index 1908e96..1e25b7a 100644 (file)
 
 (export 'pixbuf-get-from-image)
 
+(defcfun gdk-pixbuf-new (g-object pixbuf :already-referenced)
+  (colorspace colorspace)
+  (has-alpha :boolean)
+  (bits-per-sample :int)
+  (width :int)
+  (height :int))
+
 (defcfun gdk-pixbuf-scale-simple (g-object pixbuf :already-referenced)
   (src (g-object pixbuf))
   (dest-width :int)