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.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/gtk/gtk_gui.h b/gtk/gtk_gui.h
index 0742d7e54..91c2bb3eb 100644
--- a/gtk/gtk_gui.h
+++ b/gtk/gtk_gui.h
@@ -7,6 +7,9 @@
#include <stdbool.h>
#include <gtk/gtk.h>
+#include <glade/glade.h>
extern bool gui_in_multitask;
-extern GtkWindow *wndChoices;
+extern GladeXML *gladeWindows;
+extern char *options_file_location;
+