From: Jan Djärv Date: Sat, 13 Aug 2005 09:47:57 +0000 (+0000) Subject: * gtkutil.h (xg_get_pixbuf_from_pix_and_mask): Declare. X-Git-Tag: emacs-pretest-22.0.90~7614 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5d91377a3c6cefd42c4f2552caa8e6c47355cad0;p=emacs.git * gtkutil.h (xg_get_pixbuf_from_pix_and_mask): Declare. --- 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));