# HG changeset patch # User Jan Dj¸«£rv # Date 1123926477 0 # Node ID 0095a3f61578ffeac558b89e0e93d4fae6c58d29 # Parent fcd0da22a4a1671dd91ff55d11813cb916802b92 * gtkutil.h (xg_get_pixbuf_from_pix_and_mask): Declare. diff -r fcd0da22a4a1 -r 0095a3f61578 src/gtkutil.h --- a/src/gtkutil.h Fri Aug 12 11:22:30 2005 +0000 +++ b/src/gtkutil.h Sat Aug 13 09:47:57 2005 +0000 @@ -199,6 +199,10 @@ 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));