changeset 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 fcd0da22a4a1
children d5e998f50c2d
files src/gtkutil.h
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
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));