From 8d41cad743cd7b881057847b315e171ff1b09bf3 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 27 Jan 2001 12:46:03 +0000 Subject: [PATCH] wxEVT_USER_FIRST put back git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9185 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/event.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/common/event.cpp b/src/common/event.cpp index 89a55d9a7e..7df7fb7fc5 100644 --- a/src/common/event.cpp +++ b/src/common/event.cpp @@ -47,12 +47,16 @@ #endif // wxUSE_GUI // ---------------------------------------------------------------------------- -// events +// event constants // ---------------------------------------------------------------------------- wxEventType wxEVT_NULL = 0; wxEventType wxEVT_FIRST = 10000; +#if WXWIN_COMPATIBILITY_2 +wxEventType wxEVT_USER_FIRST = wxEVT_FIRST + 2000; +#endif // WXWIN_COMPATIBILITY_2 + // ---------------------------------------------------------------------------- // wxWin macros // ---------------------------------------------------------------------------- -- 2.50.0