]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/event.cpp
we don't need to include wx/mac/private.h, at least under OS X
[wxWidgets.git] / src / common / event.cpp
index 3bde6aaa5de281e4b1156824745fe6cf9ec77331..74e70d9485a136cb46131fe75db2106ad87d35ac 100644 (file)
@@ -120,6 +120,9 @@ wxList *wxPendingEvents = (wxList *)NULL;
 
 // common event types are defined here, other event types are defined by the
 // components which use them
+    
+const wxEventType wxEVT_FIRST = 10000;
+const wxEventType wxEVT_USER_FIRST = wxEVT_FIRST + 2000;
 
 DEFINE_EVENT_TYPE(wxEVT_NULL)
 DEFINE_EVENT_TYPE(wxEVT_COMMAND_BUTTON_CLICKED)