diff options
Diffstat (limited to 'src/gtkutil.h')
-rw-r--r-- | src/gtkutil.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gtkutil.h b/src/gtkutil.h index b7f67ba9281..04007343f27 100644 --- a/src/gtkutil.h +++ b/src/gtkutil.h @@ -179,6 +179,9 @@ extern void xg_set_background_color (struct frame *f, unsigned long bg); extern bool xg_check_special_colors (struct frame *f, const char *color_name, Emacs_Color *color); +#ifdef HAVE_PGTK +extern void xg_create_frame_outer_widgets (struct frame *f); +#endif #ifndef HAVE_PGTK extern void xg_set_frame_icon (struct frame *f, |