No changes, just move mouse capturing bookkeeping data out of wxWindow.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 18 Aug 2013 13:28:02 +0000 (13:28 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 18 Aug 2013 13:28:02 +0000 (13:28 +0000)
commitae1cdb2d075b89badb7e429cde5f331ccbff2aef
tree992518bcf4901ccc8bd6a1f9c48d239cee0db2ac
parent992bf7cfac53577d5a13422df6d2a550fe151722
No changes, just move mouse capturing bookkeeping data out of wxWindow.

All mouse capture-related data doesn't have to be declared in wxWindow itself
and can just be global in wincmn.cpp, so move it there, this will facilitate
further changes as they won't require recompiling everything any more.

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