From: Vadim Zeitlin Date: Fri, 16 Apr 2004 09:48:06 +0000 (+0000) Subject: wxEVT_MOVING = 442, not 4442, in event compatibility mode X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/4d4f4290eaf2b60554ca3a0c53ffa8805012e155 wxEVT_MOVING = 442, not 4442, in event compatibility mode git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26830 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/event.h b/include/wx/event.h index 6fd81a8097..64146b5b14 100644 --- a/include/wx/event.h +++ b/include/wx/event.h @@ -274,7 +274,7 @@ BEGIN_DECLARE_EVENT_TYPES() DECLARE_EXPORTED_EVENT_TYPE(WXDLLIMPEXP_BASE, wxEVT_IDLE, 439) DECLARE_EVENT_TYPE(wxEVT_UPDATE_UI, 440) DECLARE_EVENT_TYPE(wxEVT_SIZING, 441) - DECLARE_EVENT_TYPE(wxEVT_MOVING, 4442) + DECLARE_EVENT_TYPE(wxEVT_MOVING, 442) // Generic command events // Note: a click is a higher-level event than button down/up