reverted use of DeferWindowPos() instead of MoveWindow()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31107 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2004-12-22 01:05:13 +00:00
parent 4430ec36d1
commit 57be9aac75
2 changed files with 2 additions and 55 deletions

View File

@@ -422,10 +422,6 @@ protected:
// the old window proc (we subclass all windows)
WXFARPROC m_oldWndProc;
// the current multi-window move structure handle, NULL if window resize is
// not in process
WXHANDLE m_hDWP;
// additional (MSW specific) flags
bool m_mouseInWindow:1;
bool m_lastKeydownProcessed:1;