summaryrefslogtreecommitdiffstats
path: root/src/tab-chrome.h
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-09-17 02:26:25 (EDT)
committer Patrick McDermott <pj@pehjota.net>2017-09-17 02:26:25 (EDT)
commit4e6d3802bb2dea8b55d92541d26306e2b6128704 (patch)
tree58b50be042801d07fecd71d93debf52c4fcd802f /src/tab-chrome.h
parentaee614a8e32325e217970c81cc0e9a3dcd6a4b83 (diff)
downloadmarquee-4e6d3802bb2dea8b55d92541d26306e2b6128704.zip
marquee-4e6d3802bb2dea8b55d92541d26306e2b6128704.tar.gz
marquee-4e6d3802bb2dea8b55d92541d26306e2b6128704.tar.bz2
mq_tab_chrome_new(): Save tab_image and tab_label
Diffstat (limited to 'src/tab-chrome.h')
-rw-r--r--src/tab-chrome.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tab-chrome.h b/src/tab-chrome.h
index cea26d9..96385a3 100644
--- a/src/tab-chrome.h
+++ b/src/tab-chrome.h
@@ -26,6 +26,8 @@
#include <webkit2/webkit2.h>
typedef struct {
+ GtkWidget *tab_image;
+ GtkWidget *tab_label;
GtkWidget *container;
GtkWidget *uri_entry;
WebKitWebView *web_view;