summaryrefslogtreecommitdiffstats
path: root/src/tab-chrome.h
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-09-17 18:29:17 (EDT)
committer Patrick McDermott <pj@pehjota.net>2017-09-17 18:29:17 (EDT)
commit644b0f4ef3828ff3d0c8ee2db4a5509cee2cdcf1 (patch)
treed7185ba978b033550e1cf6b49e9c5bfa7cd5c404 /src/tab-chrome.h
parent5992a4f0da073629f70a1b6a090315ae51bc1bec (diff)
downloadmarquee-644b0f4ef3828ff3d0c8ee2db4a5509cee2cdcf1.zip
marquee-644b0f4ef3828ff3d0c8ee2db4a5509cee2cdcf1.tar.gz
marquee-644b0f4ef3828ff3d0c8ee2db4a5509cee2cdcf1.tar.bz2
src/tab-chrome.[ch]: Save back_forward_box in MqTabChrome
Diffstat (limited to 'src/tab-chrome.h')
-rw-r--r--src/tab-chrome.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tab-chrome.h b/src/tab-chrome.h
index e63ac23..ecd874f 100644
--- a/src/tab-chrome.h
+++ b/src/tab-chrome.h
@@ -30,6 +30,7 @@ typedef struct {
GtkWidget *tab_label;
guint tab_position;
GtkWidget *container;
+ GtkWidget *back_forward_box;
GtkWidget *back_button;
GtkWidget *forward_button;
GtkWidget *stop_icon;