diff options
| author | Jan Djärv | 2005-08-13 09:47:57 +0000 |
|---|---|---|
| committer | Jan Djärv | 2005-08-13 09:47:57 +0000 |
| commit | 5d91377a3c6cefd42c4f2552caa8e6c47355cad0 (patch) | |
| tree | d5b3d61b5af6c9e878d933aedb043ecb8926ec44 /src | |
| parent | c9ed8176368a4773c415b044fd03d3d40033d39d (diff) | |
| download | emacs-5d91377a3c6cefd42c4f2552caa8e6c47355cad0.tar.gz emacs-5d91377a3c6cefd42c4f2552caa8e6c47355cad0.zip | |
* gtkutil.h (xg_get_pixbuf_from_pix_and_mask): Declare.
Diffstat (limited to 'src')
| -rw-r--r-- | src/gtkutil.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gtkutil.h b/src/gtkutil.h index 48060533a57..a97c1b5ca8a 100644 --- a/src/gtkutil.h +++ b/src/gtkutil.h | |||
| @@ -199,6 +199,10 @@ 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, | ||
| 203 | GdkPixmap *gmask, | ||
| 204 | GdkColormap *cmap)); | ||
| 205 | |||
| 202 | /* Mark all callback data that are Lisp_object:s during GC. */ | 206 | /* Mark all callback data that are Lisp_object:s during GC. */ |
| 203 | extern void xg_mark_data P_ ((void)); | 207 | extern void xg_mark_data P_ ((void)); |
| 204 | 208 | ||