X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4b42c189d51c1092ab31a0f4312956e54a648f19..4a90d7985c784b47ec2bc5b737b890b370dc9c78:/include/wx/event.h diff --git a/include/wx/event.h b/include/wx/event.h index fd6866ee58..369c0b9da9 100644 --- a/include/wx/event.h +++ b/include/wx/event.h @@ -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.