summaryrefslogtreecommitdiffstats
path: root/src/tab.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tab.h')
-rw-r--r--src/tab.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tab.h b/src/tab.h
index 14dc49d..19c0d36 100644
--- a/src/tab.h
+++ b/src/tab.h
@@ -31,6 +31,8 @@ typedef struct {
GtkWidget *container;
MqTabChrome *chrome;
MqTabBody *body;
+ GtkWidget *tab_image;
+ GtkWidget *tab_label;
guint tab_position;
WebKitWebView *web_view;
} MqTab;