(svn r13025) -Codechange: remove the need for two WindowEvents.

This commit is contained in:
rubidium
2008-05-09 15:27:00 +00:00
parent 0f7d925121
commit 8d0a7f4634
4 changed files with 74 additions and 119 deletions

View File

@@ -126,8 +126,6 @@ enum WindowEventCodes {
WE_ABORT_PLACE_OBJ,
WE_ON_EDIT_TEXT,
WE_ON_EDIT_TEXT_CANCEL,
WE_POPUPMENU_SELECT,
WE_POPUPMENU_OVER,
WE_DRAGDROP,
WE_PLACE_DRAG,
WE_PLACE_MOUSEUP,
@@ -178,10 +176,6 @@ struct WindowEvent {
char *str;
} edittext;
struct {
Point pt;
} popupmenu;
struct {
int button;
int index;
@@ -563,7 +557,6 @@ extern byte _scroller_click_timeout;
extern bool _scrolling_scrollbar;
extern bool _scrolling_viewport;
extern bool _popup_menu_active;
extern byte _special_mouse_mode;
enum SpecialMouseMode {