From 48ace0dd89c1be4794f1a3d430718ee8ad350bd6 Mon Sep 17 00:00:00 2001 From: Richard Wilson Date: Fri, 14 May 2004 19:59:09 +0000 Subject: [project @ 2004-05-14 19:59:09 by rjw] Interactive help tokens now fall back to their base key when not available. Help menu is now fully implemented. F1 opens the help page. svn path=/import/netsurf/; revision=864 --- riscos/help.h | 1 + 1 file changed, 1 insertion(+) (limited to 'riscos/help.h') diff --git a/riscos/help.h b/riscos/help.h index bdf9847ab..444dec7c8 100644 --- a/riscos/help.h +++ b/riscos/help.h @@ -15,5 +15,6 @@ #include "oslib/wimp.h" void ro_gui_interactive_help_request(wimp_message *message); +int ro_gui_interactive_help_available(void); #endif -- cgit v1.2.3