From 6b997431d34d3711c62cf4bfe7f3456f45072273 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sun, 28 May 2017 22:07:33 +0100 Subject: update RISC OS frontend to use core window for local history --- include/netsurf/mouse.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'include/netsurf/mouse.h') diff --git a/include/netsurf/mouse.h b/include/netsurf/mouse.h index 1b16998a9..999f5a5b3 100644 --- a/include/netsurf/mouse.h +++ b/include/netsurf/mouse.h @@ -79,7 +79,10 @@ typedef enum browser_mouse_state { /** 2nd modifier key pressed (eg. Ctrl) */ BROWSER_MOUSE_MOD_2 = (1 << 12), /** 3rd modifier key pressed (eg. Alt) */ - BROWSER_MOUSE_MOD_3 = (1 << 13) + BROWSER_MOUSE_MOD_3 = (1 << 13), + + /** pointer leaving window */ + BROWSER_MOUSE_LEAVE = (1 << 14), } browser_mouse_state; -- cgit v1.2.3