(svn r13025) -Codechange: remove the need for two WindowEvents.
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user