* gtkutil.h (xg_get_pixbuf_from_pix_and_mask): Declare.
authorJan Djärv <jan.h.d@swipnet.se>
Sat, 13 Aug 2005 09:47:57 +0000 (09:47 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Sat, 13 Aug 2005 09:47:57 +0000 (09:47 +0000)
src/gtkutil.h

index 4806053..a97c1b5 100644 (file)
@@ -199,6 +199,10 @@ extern void x_wm_set_size_hint P_ ((FRAME_PTR f,
                                     int user_position));
 extern void xg_set_background_color P_ ((FRAME_PTR f, unsigned long bg));
 
+extern GdkPixbuf * xg_get_pixbuf_from_pix_and_mask P_ ((GdkPixmap *gpix,
+                                                        GdkPixmap *gmask,
+                                                        GdkColormap *cmap));
+
 /* Mark all callback data that are Lisp_object:s during GC.  */
 extern void xg_mark_data P_ ((void));