From 9873ccb9a6c6876b9fc7024f89a1f102efaeedcc Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Thu, 21 Sep 2017 23:34:23 -0400 Subject: MqTab: Save tab position in struct --- (limited to 'src/tab.h') 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; -- cgit v0.9.1