aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJan Djärv2005-08-13 09:47:57 +0000
committerJan Djärv2005-08-13 09:47:57 +0000
commit5d91377a3c6cefd42c4f2552caa8e6c47355cad0 (patch)
treed5b3d61b5af6c9e878d933aedb043ecb8926ec44 /src
parentc9ed8176368a4773c415b044fd03d3d40033d39d (diff)
downloademacs-5d91377a3c6cefd42c4f2552caa8e6c47355cad0.tar.gz
emacs-5d91377a3c6cefd42c4f2552caa8e6c47355cad0.zip
* gtkutil.h (xg_get_pixbuf_from_pix_and_mask): Declare.
Diffstat (limited to 'src')
-rw-r--r--src/gtkutil.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gtkutil.h b/src/gtkutil.h
index 48060533a57..a97c1b5ca8a 100644
--- a/src/gtkutil.h
+++ b/src/gtkutil.h
@@ -199,6 +199,10 @@ extern void x_wm_set_size_hint P_ ((FRAME_PTR f,
199 int user_position)); 199 int user_position));
200extern void xg_set_background_color P_ ((FRAME_PTR f, unsigned long bg)); 200extern void xg_set_background_color P_ ((FRAME_PTR f, unsigned long bg));
201 201
202extern 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. */
203extern void xg_mark_data P_ ((void)); 207extern void xg_mark_data P_ ((void));
204 208