diff src/gtkutil.h @ 64935:0095a3f61578

* gtkutil.h (xg_get_pixbuf_from_pix_and_mask): Declare.
author Jan Djärv <jan.h.d@swipnet.se>
date Sat, 13 Aug 2005 09:47:57 +0000
parents a0d1312ede66
children 5a24bf173f5c
line wrap: on
line diff
--- a/src/gtkutil.h	Fri Aug 12 11:22:30 2005 +0000
+++ b/src/gtkutil.h	Sat Aug 13 09:47:57 2005 +0000
@@ -199,6 +199,10 @@
                                     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));