summaryrefslogtreecommitdiffstats
path: root/src/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/window.h')
-rw-r--r--src/window.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/window.h b/src/window.h
index 26d02b3..2cbdb1d 100644
--- a/src/window.h
+++ b/src/window.h
@@ -31,6 +31,7 @@ typedef struct MqWindow MqWindow;
struct MqWindow {
MqApplication *application;
+ MqConfig *config;
GtkWidget *window;
GtkWidget *notebook;
MqTab *root_tab;