summaryrefslogtreecommitdiffstats
path: root/src/tab.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tab.h')
-rw-r--r--src/tab.h18
1 files changed, 10 insertions, 8 deletions
diff --git a/src/tab.h b/src/tab.h
index b125cd9..3361acc 100644
--- a/src/tab.h
+++ b/src/tab.h
@@ -28,14 +28,16 @@
#include "tab-body.h"
typedef struct {
- GtkWidget *container;
- MqTabChrome *chrome;
- MqTabBody *body;
- GtkWidget *tab;
- GtkWidget *tab_image;
- GtkWidget *tab_label;
- guint tab_position;
- WebKitWebView *web_view;
+ GtkWidget *container;
+ MqTabChrome *chrome;
+ MqTabBody *body;
+ GtkWidget *tab;
+ GtkWidget *tab_image;
+ GtkWidget *tab_label;
+ cairo_surface_t *favicon;
+ const gchar *title;
+ guint tab_position;
+ WebKitWebView *web_view;
} MqTab;
MqTab *