From 25501c695e2533695972a4aa334e208bf7ebb1d9 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Thu, 13 Jul 2006 21:57:35 +0000 Subject: Centralise keypress handling (download and query dialogs still need porting over to wimp_event) Make core browser window invalidate caret callback on mouse clicks svn path=/trunk/netsurf/; revision=2746 --- riscos/wimp_event.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'riscos/wimp_event.h') diff --git a/riscos/wimp_event.h b/riscos/wimp_event.h index c244e6f5f..b48b59c9d 100644 --- a/riscos/wimp_event.h +++ b/riscos/wimp_event.h @@ -21,6 +21,8 @@ #include "oslib/os.h" #include "oslib/wimp.h" +#define IS_WIMP_KEY (1u<<31) + bool ro_gui_wimp_event_memorise(wimp_w w); bool ro_gui_wimp_event_restore(wimp_w w); bool ro_gui_wimp_event_validate(wimp_w w); -- cgit v1.2.3