summaryrefslogtreecommitdiffstats
path: root/src/tab-chrome.h
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-10-12 01:40:02 (EDT)
committer Patrick McDermott <pj@pehjota.net>2017-10-12 01:40:02 (EDT)
commita67588f659d4d37331c32fd95f13962e27b0870d (patch)
treefcd1653cc004e9e47c463679b4e7255092c7ab92 /src/tab-chrome.h
parent5f111781ba3bfe0ec6780ebf1e36e03b8db606d1 (diff)
downloadmarquee-a67588f659d4d37331c32fd95f13962e27b0870d.zip
marquee-a67588f659d4d37331c32fd95f13962e27b0870d.tar.gz
marquee-a67588f659d4d37331c32fd95f13962e27b0870d.tar.bz2
MqTabChrome: Save and use Web view as MqWebView
Diffstat (limited to 'src/tab-chrome.h')
-rw-r--r--src/tab-chrome.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tab-chrome.h b/src/tab-chrome.h
index f3bf883..2ec5139 100644
--- a/src/tab-chrome.h
+++ b/src/tab-chrome.h
@@ -28,6 +28,7 @@ typedef struct MqTabChrome MqTabChrome;
#include <webkit2/webkit2.h>
#include "tab.h"
+#include "web-view.h"
struct MqTabChrome {
MqConfig *config;
@@ -47,7 +48,7 @@ struct MqTabChrome {
GtkWidget *find_matches_label;
gboolean find_match_case;
gboolean find_searching;
- WebKitWebView *web_view;
+ MqWebView *web_view;
WebKitFindController *find_controller;
gboolean load_failed;
GtkWidget *back_forward_popover;