1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-08 20:58:58 +00:00

* gtkutil.h (xg_set_frame_icon): Declare it.

This commit is contained in:
Jan Djärv 2005-08-16 19:33:07 +00:00
parent 8a450f0a7e
commit 5dec432026

View File

@ -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));