A slightly modified version of Patch #1197468. Keeps track of pending
authorRobin Dunn <robin@alldunn.com>
Mon, 9 May 2005 16:54:11 +0000 (16:54 +0000)
committerRobin Dunn <robin@alldunn.com>
Mon, 9 May 2005 16:54:11 +0000 (16:54 +0000)
commitda78f3b10cfe9447053f32ea4baddf50058eafef
tree4223c9b894b4f9a52761215dcb047abf1fb10125
parent29569eb4dedb3c1a28ad8de236a403f93e3fdceb
A slightly modified version of Patch #1197468.  Keeps track of pending
size/position changes in case there is more than one adjustment for a
window in a single DeferWindowPos set then the pending values can be
used for defaults instead of current values.

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