diff options
Diffstat (limited to 'src/gtkutil.h')
-rw-r--r-- | src/gtkutil.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gtkutil.h b/src/gtkutil.h index 78df4fe7863..1bc3a1e77ea 100644 --- a/src/gtkutil.h +++ b/src/gtkutil.h @@ -182,6 +182,11 @@ extern void xg_initialize (void); to indicate that the callback should do nothing. */ extern int xg_ignore_gtk_scrollbar; +extern int x_gtk_use_old_file_dialog; +extern int x_gtk_show_hidden_files; +extern int x_gtk_file_dialog_help_text; +extern int x_gtk_whole_detached_tool_bar; + #endif /* USE_GTK */ #endif /* GTKUTIL_H */ |