comparison 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
comparison
equal deleted inserted replaced
64934:fcd0da22a4a1 64935:0095a3f61578
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,
203 GdkPixmap *gmask,
204 GdkColormap *cmap));
205
202 /* Mark all callback data that are Lisp_object:s during GC. */ 206 /* Mark all callback data that are Lisp_object:s during GC. */
203 extern void xg_mark_data P_ ((void)); 207 extern void xg_mark_data P_ ((void));
204 208
205 /* Initialize GTK specific parts. */ 209 /* Initialize GTK specific parts. */
206 extern void xg_initialize P_ ((void)); 210 extern void xg_initialize P_ ((void));