ProcessEvent() now saves the m_lastXXX parameters in case the event handler will
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 7 Aug 1998 22:25:09 +0000 (22:25 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 7 Aug 1998 22:25:09 +0000 (22:25 +0000)
commita02eb1d2b649744b7ed8e8141f134e9337c8eaf1
tree0215242f5d69d011667f11b7bcdf58ffa020520e
parent83626bfa72bd7f0147392818846242a846d12063
ProcessEvent() now saves the m_lastXXX parameters in case the event handler will
send any other events (without this it can easily lead to crash because DefWndProc
is called with garbage instead of correct parameters)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@464 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/msw/window.h
src/msw/window.cpp