From 5dec4320267af6aaaaa37cc210e43839d6c30c17 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20Dj=C3=A4rv?= Date: Tue, 16 Aug 2005 19:33:07 +0000 Subject: [PATCH] * gtkutil.h (xg_set_frame_icon): Declare it. --- src/gtkutil.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/gtkutil.h b/src/gtkutil.h index a97c1b5ca8a..aea4ee9e7cf 100644 --- a/src/gtkutil.h +++ b/src/gtkutil.h @@ -199,9 +199,9 @@ 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)); +extern void xg_set_frame_icon P_ ((FRAME_PTR f, + Pixmap icon_pixmap, + Pixmap icon_mask)); /* Mark all callback data that are Lisp_object:s during GC. */ extern void xg_mark_data P_ ((void)); -- 2.39.2