aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJan Djärv2005-08-16 19:33:07 +0000
committerJan Djärv2005-08-16 19:33:07 +0000
commit5dec4320267af6aaaaa37cc210e43839d6c30c17 (patch)
tree8e062b77d1a931612a4716879ebf64750d4b1ec7 /src
parent8a450f0a7e90608a5f2165b580e60fc248f104a8 (diff)
downloademacs-5dec4320267af6aaaaa37cc210e43839d6c30c17.tar.gz
emacs-5dec4320267af6aaaaa37cc210e43839d6c30c17.zip
* gtkutil.h (xg_set_frame_icon): Declare it.
Diffstat (limited to 'src')
-rw-r--r--src/gtkutil.h6
1 files 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,
199 int user_position)); 199 int user_position));
200extern void xg_set_background_color P_ ((FRAME_PTR f, unsigned long bg)); 200extern void xg_set_background_color P_ ((FRAME_PTR f, unsigned long bg));
201 201
202extern GdkPixbuf * xg_get_pixbuf_from_pix_and_mask P_ ((GdkPixmap *gpix, 202extern void xg_set_frame_icon P_ ((FRAME_PTR f,
203 GdkPixmap *gmask, 203 Pixmap icon_pixmap,
204 GdkColormap *cmap)); 204 Pixmap icon_mask));
205 205
206/* Mark all callback data that are Lisp_object:s during GC. */ 206/* Mark all callback data that are Lisp_object:s during GC. */
207extern void xg_mark_data P_ ((void)); 207extern void xg_mark_data P_ ((void));