]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/event.h
fix motif combobox for Motif < 2.0
[wxWidgets.git] / include / wx / event.h
index fd6866ee584449e4b3a81f93fbaf8a43d4c003ab..369c0b9da975b82b78de9a3e9fe6606f34d57512 100644 (file)
@@ -94,6 +94,11 @@ typedef int wxEventType;
 // generate a new unique event type
 extern WXDLLIMPEXP_BASE wxEventType wxNewEventType();
 
+// FIXME: currently the new events code is disabled because it creates too
+//        many problems, it should be reenabled a.s.a.p. or removed
+#undef wxEVENTS_COMPATIBILITY_2_8
+#define wxEVENTS_COMPATIBILITY_2_8 1
+
 // macros to create an event type depending on whether type safe events are
 // enabled.