summaryrefslogtreecommitdiffstats
path: root/src/tab-chrome.h
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-10-08 03:38:23 (EDT)
committer Patrick McDermott <pj@pehjota.net>2017-10-08 03:38:23 (EDT)
commit66b94a7112f6379b0e30ad7a8917ab146e374a20 (patch)
treefb6ce37ee7862588d471d2d545800688840957cb /src/tab-chrome.h
parent268478883c505394b223fbc7c34d1966f8f61867 (diff)
downloadmarquee-66b94a7112f6379b0e30ad7a8917ab146e374a20.zip
marquee-66b94a7112f6379b0e30ad7a8917ab146e374a20.tar.gz
marquee-66b94a7112f6379b0e30ad7a8917ab146e374a20.tar.bz2
MqTabChrome: Add match count label to find bar
Diffstat (limited to 'src/tab-chrome.h')
-rw-r--r--src/tab-chrome.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tab-chrome.h b/src/tab-chrome.h
index 5cb1705..f3bf883 100644
--- a/src/tab-chrome.h
+++ b/src/tab-chrome.h
@@ -44,6 +44,7 @@ struct MqTabChrome {
gchar *hovered_link_uri;
GtkWidget *find_revealer;
GtkWidget *find_search_entry;
+ GtkWidget *find_matches_label;
gboolean find_match_case;
gboolean find_searching;
WebKitWebView *web_view;