From 6173bb0e6c3bf51cd463f7bc4f725429d9087b2b Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Tue, 5 Oct 2010 19:14:46 +0000 Subject: Merge treeview-redux to trunk svn path=/trunk/netsurf/; revision=10865 --- riscos/global_history.h | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'riscos/global_history.h') diff --git a/riscos/global_history.h b/riscos/global_history.h index 170cdaaca..951836d5d 100644 --- a/riscos/global_history.h +++ b/riscos/global_history.h @@ -1,5 +1,6 @@ /* * Copyright 2005 Richard Wilson + * Copyright 2010 Stephen Fryatt * * This file is part of NetSurf, http://www.netsurf-browser.org/ * @@ -23,10 +24,13 @@ #ifndef _NETSURF_RISCOS_GLOBALHISTORY_H_ #define _NETSURF_RISCOS_GLOBALHISTORY_H_ -#define GLOBAL_HISTORY_RECENT_URLS 16 - -void ro_gui_global_history_initialise(void); +void ro_gui_global_history_preinitialise(void); +void ro_gui_global_history_postinitialise(void); +void ro_gui_global_history_open(void); void ro_gui_global_history_save(void); - +void ro_gui_global_history_update_theme(void); +bool ro_gui_global_history_check_window(wimp_w window); +bool ro_gui_global_history_check_menu(wimp_menu *menu); #endif + -- cgit v1.2.3