summaryrefslogtreecommitdiffstats
path: root/src/tab-chrome.h
diff options
context:
space:
mode:
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;