From b8dd4f282b521f881f33841a9e3bb101f933c349 Mon Sep 17 00:00:00 2001 From: Steve Fryatt Date: Mon, 30 Dec 2013 12:36:24 +0000 Subject: 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. --- riscos/hotlist.h | 1 + 1 file changed, 1 insertion(+) (limited to 'riscos/hotlist.h') 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 -- cgit v1.2.3