diff options
| author | Jan Djärv | 2005-08-16 19:33:07 +0000 |
|---|---|---|
| committer | Jan Djärv | 2005-08-16 19:33:07 +0000 |
| commit | 5dec4320267af6aaaaa37cc210e43839d6c30c17 (patch) | |
| tree | 8e062b77d1a931612a4716879ebf64750d4b1ec7 /src | |
| parent | 8a450f0a7e90608a5f2165b580e60fc248f104a8 (diff) | |
| download | emacs-5dec4320267af6aaaaa37cc210e43839d6c30c17.tar.gz emacs-5dec4320267af6aaaaa37cc210e43839d6c30c17.zip | |
* gtkutil.h (xg_set_frame_icon): Declare it.
Diffstat (limited to 'src')
| -rw-r--r-- | src/gtkutil.h | 6 |
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)); |
| 200 | extern void xg_set_background_color P_ ((FRAME_PTR f, unsigned long bg)); | 200 | extern void xg_set_background_color P_ ((FRAME_PTR f, unsigned long bg)); |
| 201 | 201 | ||
| 202 | extern GdkPixbuf * xg_get_pixbuf_from_pix_and_mask P_ ((GdkPixmap *gpix, | 202 | extern 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. */ |
| 207 | extern void xg_mark_data P_ ((void)); | 207 | extern void xg_mark_data P_ ((void)); |