From 5d91377a3c6cefd42c4f2552caa8e6c47355cad0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20Dj=C3=A4rv?= Date: Sat, 13 Aug 2005 09:47:57 +0000 Subject: [PATCH] * gtkutil.h (xg_get_pixbuf_from_pix_and_mask): Declare. --- src/gtkutil.h | 4 ++++ 1 file changed, 4 insertions(+) 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)); -- 2.39.2