(svn r942) -Merged branch/network back into the trunk

This commit is contained in:
truelight
2004-12-04 17:54:56 +00:00
parent 0434287ef8
commit b8f6d41418
76 changed files with 7839 additions and 2850 deletions

View File

@@ -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,
};