summaryrefslogtreecommitdiff
path: root/frontends/riscos/gui/url_bar.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2020-05-22 11:45:09 +0100
committerVincent Sanders <vince@kyllikki.org>2020-05-22 17:32:30 +0100
commit9ae8023d53541ffca1cd085c4d3855e0cf60b910 (patch)
tree70a12de8233ace392dcdaf5144dd67eee0741ee6 /frontends/riscos/gui/url_bar.h
parent19232ef3ed38be7992581499d56dea5aba7567a5 (diff)
downloadnetsurf-9ae8023d53541ffca1cd085c4d3855e0cf60b910.tar.gz
netsurf-9ae8023d53541ffca1cd085c4d3855e0cf60b910.tar.bz2
add url bar click actions for page info icon
Diffstat (limited to 'frontends/riscos/gui/url_bar.h')
-rw-r--r--frontends/riscos/gui/url_bar.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/frontends/riscos/gui/url_bar.h b/frontends/riscos/gui/url_bar.h
index f7ed38a66..fc210f503 100644
--- a/frontends/riscos/gui/url_bar.h
+++ b/frontends/riscos/gui/url_bar.h
@@ -35,7 +35,9 @@ typedef enum {
TOOLBAR_URL_DRAG_URL,
TOOLBAR_URL_DRAG_FAVICON,
TOOLBAR_URL_SELECT_HOTLIST,
- TOOLBAR_URL_ADJUST_HOTLIST
+ TOOLBAR_URL_ADJUST_HOTLIST,
+ TOOLBAR_URL_SELECT_PGINFO,
+ TOOLBAR_URL_ADJUST_PGINFO
} url_bar_action;
struct url_bar;