Mercurial > emacs
changeset 65005:5a24bf173f5c
* gtkutil.h (xg_set_frame_icon): Declare it.
author | Jan Djärv <jan.h.d@swipnet.se> |
---|---|
date | Tue, 16 Aug 2005 19:33:07 +0000 |
parents | bc5cf5fc0f9e |
children | ec2fa2e1d4ea |
files | src/gtkutil.h |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/gtkutil.h Tue Aug 16 14:58:33 2005 +0000 +++ b/src/gtkutil.h Tue Aug 16 19:33:07 2005 +0000 @@ -199,9 +199,9 @@ 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));