comparison 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
comparison
equal deleted inserted replaced
65004:bc5cf5fc0f9e 65005:5a24bf173f5c
197 extern void x_wm_set_size_hint P_ ((FRAME_PTR f, 197 extern void x_wm_set_size_hint P_ ((FRAME_PTR f,
198 long flags, 198 long flags,
199 int user_position)); 199 int user_position));
200 extern void xg_set_background_color P_ ((FRAME_PTR f, unsigned long bg)); 200 extern void xg_set_background_color P_ ((FRAME_PTR f, unsigned long bg));
201 201
202 extern GdkPixbuf * xg_get_pixbuf_from_pix_and_mask P_ ((GdkPixmap *gpix, 202 extern void xg_set_frame_icon P_ ((FRAME_PTR f,
203 GdkPixmap *gmask, 203 Pixmap icon_pixmap,
204 GdkColormap *cmap)); 204 Pixmap icon_mask));
205 205
206 /* Mark all callback data that are Lisp_object:s during GC. */ 206 /* Mark all callback data that are Lisp_object:s during GC. */
207 extern void xg_mark_data P_ ((void)); 207 extern void xg_mark_data P_ ((void));
208 208
209 /* Initialize GTK specific parts. */ 209 /* Initialize GTK specific parts. */