summaryrefslogtreecommitdiffstats
path: root/src/tab.h
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-09-21 23:34:23 (EDT)
committer Patrick McDermott <pj@pehjota.net>2017-09-21 23:34:23 (EDT)
commit9873ccb9a6c6876b9fc7024f89a1f102efaeedcc (patch)
treefd8f960e2f5fbe48c2e4e938f05a875e9913d781 /src/tab.h
parent9f48ae41d3b19a8777bbbfd6f8a57fcdadf3b1a5 (diff)
downloadmarquee-9873ccb9a6c6876b9fc7024f89a1f102efaeedcc.zip
marquee-9873ccb9a6c6876b9fc7024f89a1f102efaeedcc.tar.gz
marquee-9873ccb9a6c6876b9fc7024f89a1f102efaeedcc.tar.bz2
MqTab: Save tab position in struct
Diffstat (limited to 'src/tab.h')
-rw-r--r--src/tab.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tab.h b/src/tab.h
index 14652fb..14dc49d 100644
--- a/src/tab.h
+++ b/src/tab.h
@@ -31,6 +31,7 @@ typedef struct {
GtkWidget *container;
MqTabChrome *chrome;
MqTabBody *body;
+ guint tab_position;
WebKitWebView *web_view;
} MqTab;