From 610fca368b4b438fd2868f8a4d6a39a45f823e6b Mon Sep 17 00:00:00 2001 From: Richard Wilson Date: Thu, 7 Apr 2005 20:46:22 +0000 Subject: [project @ 2005-04-07 20:46:22 by rjw] Update to the way menus are handled. Various GUI bug fixes. svn path=/import/netsurf/; revision=1603 --- riscos/help.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'riscos/help.h') diff --git a/riscos/help.h b/riscos/help.h index 444dec7c8..544931707 100644 --- a/riscos/help.h +++ b/riscos/help.h @@ -2,7 +2,7 @@ * This file is part of NetSurf, http://netsurf.sourceforge.net/ * Licensed under the GNU General Public License, * http://www.opensource.org/licenses/gpl-license - * Copyright 2004 Richard Wilson + * Copyright 2004, 2005 Richard Wilson */ /** \file @@ -12,9 +12,11 @@ #ifndef _NETSURF_RISCOS_HELP_H_ #define _NETSURF_RISCOS_HELP_H_ +#include #include "oslib/wimp.h" void ro_gui_interactive_help_request(wimp_message *message); -int ro_gui_interactive_help_available(void); +bool ro_gui_interactive_help_available(void); +void ro_gui_interactive_help_start(void); #endif -- cgit v1.2.3