summaryrefslogtreecommitdiff
path: root/riscos/hotlist.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/hotlist.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/hotlist.h')
-rw-r--r--riscos/hotlist.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/riscos/hotlist.h b/riscos/hotlist.h
index 25e4794a7..4993092c9 100644
--- a/riscos/hotlist.h
+++ b/riscos/hotlist.h
@@ -47,6 +47,7 @@ bool ro_gui_hotlist_check_window(wimp_w window);
bool ro_gui_hotlist_check_menu(wimp_menu *menu);
void ro_gui_hotlist_add_page(nsurl *url);
void ro_gui_hotlist_add_cleanup(void);
+void ro_gui_hotlist_remove_page(nsurl *url);
#endif