no real changes, just extract private classes from msw/dc.cpp into a private header...
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 15 Jun 2009 17:49:27 +0000 (17:49 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 15 Jun 2009 17:49:27 +0000 (17:49 +0000)
commitd8c89c487d47c0f5a9c4a3cfe2010f04d54939f5
treebfc424b95a407166d40c86a9dc404aa386aa760b
parent0654158b184927ac997c56b312fc081515cc9c63
no real changes, just extract private classes from msw/dc.cpp into a private header so that they could be reused from button owner drawing code too

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61060 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/msw/private/dc.h [new file with mode: 0644]
src/msw/button.cpp
src/msw/dc.cpp