summaryrefslogtreecommitdiff
path: root/src/gtkutil.h
diff options
context:
space:
mode:
authorJan Djärv <jan.h.d@swipnet.se>2005-08-13 09:47:57 +0000
committerJan Djärv <jan.h.d@swipnet.se>2005-08-13 09:47:57 +0000
commit5d91377a3c6cefd42c4f2552caa8e6c47355cad0 (patch)
treed5b3d61b5af6c9e878d933aedb043ecb8926ec44 /src/gtkutil.h
parentc9ed8176368a4773c415b044fd03d3d40033d39d (diff)
downloademacs-5d91377a3c6cefd42c4f2552caa8e6c47355cad0.tar.gz
* gtkutil.h (xg_get_pixbuf_from_pix_and_mask): Declare.
Diffstat (limited to 'src/gtkutil.h')
-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,
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));