summaryrefslogtreecommitdiffstats
path: root/src/tab-chrome.h
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-09-17 04:18:43 (EDT)
committer Patrick McDermott <pj@pehjota.net>2017-09-17 04:18:43 (EDT)
commit4d2d7f7bbd13c6103f52ce8b02e5709462dae988 (patch)
treecdf8f1d7653d6482810f74cf7b6ee84d6d44a40b /src/tab-chrome.h
parent1200e32c6f27a137b0dca8a6c8d62d743193a1e8 (diff)
downloadmarquee-4d2d7f7bbd13c6103f52ce8b02e5709462dae988.zip
marquee-4d2d7f7bbd13c6103f52ce8b02e5709462dae988.tar.gz
marquee-4d2d7f7bbd13c6103f52ce8b02e5709462dae988.tar.bz2
src/tab-chrome.[ch]: Save stop/reload icons
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 3785a95..90182ef 100644
--- a/src/tab-chrome.h
+++ b/src/tab-chrome.h
@@ -32,6 +32,8 @@ typedef struct {
GtkWidget *container;
GtkToolItem *back_button;
GtkToolItem *forward_button;
+ GtkWidget *stop_icon;
+ GtkWidget *reload_icon;
GtkToolItem *stop_reload_button;
GtkWidget *uri_entry;
WebKitWebView *web_view;