diff src/gtkutil.h @ 65005:5a24bf173f5c

* gtkutil.h (xg_set_frame_icon): Declare it.
author Jan Djärv <jan.h.d@swipnet.se>
date Tue, 16 Aug 2005 19:33:07 +0000
parents 0095a3f61578
children 5b8799d65159 2d92f5c9d6ae
line wrap: on
line diff
--- a/src/gtkutil.h	Tue Aug 16 14:58:33 2005 +0000
+++ b/src/gtkutil.h	Tue Aug 16 19:33:07 2005 +0000
@@ -199,9 +199,9 @@
                                     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));
+extern void xg_set_frame_icon P_ ((FRAME_PTR f,
+                                   Pixmap icon_pixmap,
+                                   Pixmap icon_mask));
 
 /* Mark all callback data that are Lisp_object:s during GC.  */
 extern void xg_mark_data P_ ((void));