summaryrefslogtreecommitdiffstats
path: root/src/tab.h
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-09-22 16:49:42 (EDT)
committer Patrick McDermott <pj@pehjota.net>2017-09-22 16:49:42 (EDT)
commitf3c03a8c0bf3f1ff0deb930c402c581bd8e7f906 (patch)
tree4f49e1874638d06e6665fbf576da6dc8a5b7988b /src/tab.h
parentb2a0a099cd87f55d75beba763d801b10add0aba3 (diff)
downloadmarquee-f3c03a8c0bf3f1ff0deb930c402c581bd8e7f906.zip
marquee-f3c03a8c0bf3f1ff0deb930c402c581bd8e7f906.tar.gz
marquee-f3c03a8c0bf3f1ff0deb930c402c581bd8e7f906.tar.bz2
MqTab: Save popover 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 813f3fb..38e8828 100644
--- a/src/tab.h
+++ b/src/tab.h
@@ -40,6 +40,7 @@ typedef struct {
const gchar *title;
guint tab_position;
WebKitWebView *web_view;
+ GtkWidget *popover;
} MqTab;
MqTab *