summaryrefslogtreecommitdiffstats
path: root/src/tab-chrome.h
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-09-17 03:13:43 (EDT)
committer Patrick McDermott <pj@pehjota.net>2017-09-17 03:14:46 (EDT)
commit0ad2ce4e81dce4acb200da2aa761b8dcaa78118d (patch)
tree835628df02973280e9c91853d938de4c7d9033e2 /src/tab-chrome.h
parentc382b0211cf4fa55ce90b94d06571e3e6d8bd52c (diff)
downloadmarquee-0ad2ce4e81dce4acb200da2aa761b8dcaa78118d.zip
marquee-0ad2ce4e81dce4acb200da2aa761b8dcaa78118d.tar.gz
marquee-0ad2ce4e81dce4acb200da2aa761b8dcaa78118d.tar.bz2
src/tab-chrome.[ch]: Save navigation toolbar buttons
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 035be40..3d08cad 100644
--- a/src/tab-chrome.h
+++ b/src/tab-chrome.h
@@ -30,6 +30,8 @@ typedef struct {
GtkWidget *tab_label;
guint tab_position;
GtkWidget *container;
+ GtkToolItem *back_button;
+ GtkToolItem *forward_button;
GtkWidget *uri_entry;
WebKitWebView *web_view;
} MqTabChrome;