summaryrefslogtreecommitdiffstats
path: root/src/tab-chrome.h
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-10-08 02:56:22 (EDT)
committer Patrick McDermott <pj@pehjota.net>2017-10-08 02:56:22 (EDT)
commita048e46e0811c3812f43feaf77697488a78f988d (patch)
tree8f239503e2a63730eba9e69ceed397d4fcef7a9c /src/tab-chrome.h
parentdb5f9b3fa27d12167baf5525f2aa56b283989cc3 (diff)
downloadmarquee-a048e46e0811c3812f43feaf77697488a78f988d.zip
marquee-a048e46e0811c3812f43feaf77697488a78f988d.tar.gz
marquee-a048e46e0811c3812f43feaf77697488a78f988d.tar.bz2
MqTabChrome: Make find bar functional
Diffstat (limited to 'src/tab-chrome.h')
-rw-r--r--src/tab-chrome.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tab-chrome.h b/src/tab-chrome.h
index 257bd8b..5cb1705 100644
--- a/src/tab-chrome.h
+++ b/src/tab-chrome.h
@@ -44,6 +44,8 @@ struct MqTabChrome {
gchar *hovered_link_uri;
GtkWidget *find_revealer;
GtkWidget *find_search_entry;
+ gboolean find_match_case;
+ gboolean find_searching;
WebKitWebView *web_view;
WebKitFindController *find_controller;
gboolean load_failed;