No changes, just change data structures used by mouse capture code.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 18 Aug 2013 13:28:09 +0000 (13:28 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 18 Aug 2013 13:28:09 +0000 (13:28 +0000)
commit0c60a0e2b726073be874f45e5227ea93b63623f4
treef9892cacd451c92adb65026c576090cef3c14ed5
parentb0ad1918b955df68f2a38dc6720b91a49844a10d
No changes, just change data structures used by mouse capture code.

Use a simple stack of windows instead of a separate singly linked list and a
separate current capture pointer.

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