summaryrefslogtreecommitdiffstats
path: root/src/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/window.h')
-rw-r--r--src/window.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/window.h b/src/window.h
index 8e243bb..8651355 100644
--- a/src/window.h
+++ b/src/window.h
@@ -24,12 +24,14 @@
#include <gtk/gtk.h>
+#include "application.h"
+
typedef struct {
GtkWidget *window;
GtkWidget *notebook;
} MqWindow;
MqWindow *
-mq_window_new(gchar **uris);
+mq_window_new(MqApplication *application, gchar **uris);
#endif