From 3529ead319289f4effe798c9bee0da3f48d5c5b5 Mon Sep 17 00:00:00 2001 From: Steve Fryatt Date: Sun, 24 Oct 2010 23:17:21 +0000 Subject: Restore toolbar menus in RO treeview windows. svn path=/trunk/netsurf/; revision=10908 --- riscos/global_history.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'riscos/global_history.h') diff --git a/riscos/global_history.h b/riscos/global_history.h index 7618aa438..ff06d574b 100644 --- a/riscos/global_history.h +++ b/riscos/global_history.h @@ -24,6 +24,8 @@ #ifndef _NETSURF_RISCOS_GLOBALHISTORY_H_ #define _NETSURF_RISCOS_GLOBALHISTORY_H_ +#include "riscos/menus.h" + void ro_gui_global_history_preinitialise(void); void ro_gui_global_history_postinitialise(void); void ro_gui_global_history_open(void); @@ -33,5 +35,11 @@ bool ro_gui_global_history_check_window(wimp_w window); bool ro_gui_global_history_check_menu(wimp_menu *menu); bool ro_gui_global_history_toolbar_click(wimp_pointer *pointer); +void ro_gui_global_history_menu_prepare(wimp_w window, wimp_menu *menu); +bool ro_gui_global_history_menu_select(wimp_w window, wimp_menu *menu, + wimp_selection *selection, menu_action action); +void ro_gui_global_history_menu_warning(wimp_w window, wimp_menu *menu, + wimp_selection *selection, menu_action action); + #endif -- cgit v1.2.3