summaryrefslogtreecommitdiff
path: root/riscos/gui/url_bar.h
diff options
context:
space:
mode:
authorSteve Fryatt <stevef@netsurf-browser.org>2013-12-30 12:36:24 +0000
committerSteve Fryatt <stevef@netsurf-browser.org>2013-12-30 12:36:24 +0000
commitb8dd4f282b521f881f33841a9e3bb101f933c349 (patch)
tree867771af6bafdac145f3dfe77f2e00221bdd5612 /riscos/gui/url_bar.h
parentf825521072ed7e459e7fa465cf66efd24f5feb76 (diff)
downloadnetsurf-b8dd4f282b521f881f33841a9e3bb101f933c349.tar.gz
netsurf-b8dd4f282b521f881f33841a9e3bb101f933c349.tar.bz2
Bring hotlist icon event handling in line with other toolbar actions.
- Make hotlist icon return click events to clients. - Move URL add and remove code into browser window toolbar event handler. - Pass hotlist icon URL add/remove via RISC OS hotlist interface.
Diffstat (limited to 'riscos/gui/url_bar.h')
-rw-r--r--riscos/gui/url_bar.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/riscos/gui/url_bar.h b/riscos/gui/url_bar.h
index 04a8468ba..c20dbf943 100644
--- a/riscos/gui/url_bar.h
+++ b/riscos/gui/url_bar.h
@@ -34,6 +34,8 @@ typedef enum {
TOOLBAR_URL_NONE = 0, /* Special case: no action */
TOOLBAR_URL_DRAG_URL,
TOOLBAR_URL_DRAG_FAVICON,
+ TOOLBAR_URL_SELECT_HOTLIST,
+ TOOLBAR_URL_ADJUST_HOTLIST
} url_bar_action;
struct url_bar;