summaryrefslogtreecommitdiff
path: root/gtk/gtk_gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtk_gui.h')
-rw-r--r--gtk/gtk_gui.h14
1 files changed, 12 insertions, 2 deletions
diff --git a/gtk/gtk_gui.h b/gtk/gtk_gui.h
index 8c9aa0afb..21bc84202 100644
--- a/gtk/gtk_gui.h
+++ b/gtk/gtk_gui.h
@@ -25,8 +25,18 @@
#include <glade/glade.h>
extern bool gui_in_multitask;
-extern GladeXML *gladeWindows;
-extern char *glade_file_location;
+extern GladeXML *gladeNetsurf;
+extern GladeXML *gladePassword;
+extern GladeXML *gladeWarning;
+extern GladeXML *gladeLogin;
+extern GladeXML *gladeSsl;
+extern char *glade_netsurf_file_location;
+extern char *glade_password_file_location;
+extern char *glade_warning_file_location;
+extern char *glade_login_file_location;
+extern char *glade_ssl_file_location;
+extern char *glade_toolbar_file_location;
+extern char *toolbar_indices_file_location;
extern char *options_file_location;
extern char *res_dir_location;
extern char *print_options_file_location;