summaryrefslogtreecommitdiffstats
path: root/src/tab.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tab.h')
-rw-r--r--src/tab.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/tab.h b/src/tab.h
index 3361acc..813f3fb 100644
--- a/src/tab.h
+++ b/src/tab.h
@@ -24,10 +24,12 @@
#include <gtk/gtk.h>
+#include "application.h"
#include "tab-chrome.h"
#include "tab-body.h"
typedef struct {
+ MqApplication *application;
GtkWidget *container;
MqTabChrome *chrome;
MqTabBody *body;
@@ -41,7 +43,7 @@ typedef struct {
} MqTab;
MqTab *
-mq_tab_new(gchar *uri);
+mq_tab_new(MqApplication *application, gchar *uri);
GtkWidget *
mq_tab_get_tab(MqTab *tab);