From b8f6d41418982163965dd5beb0b39dbdce1fbe8f Mon Sep 17 00:00:00 2001 From: truelight Date: Sat, 4 Dec 2004 17:54:56 +0000 Subject: (svn r942) -Merged branch/network back into the trunk --- window.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'window.h') diff --git a/window.h b/window.h index 92665b38f..ee955ddf9 100644 --- a/window.h +++ b/window.h @@ -53,6 +53,12 @@ union WindowEvent { int index; } dropdown; + struct { + byte event; + Point pt; + int widget; + } mouseover; + struct { byte event; bool cont; // continue the search? (default true) @@ -303,6 +309,8 @@ enum WindowEvents { WE_RCLICK = 17, WE_KEYPRESS = 18, WE_CREATE = 19, + WE_MOUSEOVER = 20, + WE_ON_EDIT_TEXT_CANCEL = 21, }; -- cgit v1.2.3-54-g00ecf