Application clipping region can be set to null without affecting
authorJulian Smart <julian@anthemion.co.uk>
Thu, 2 Mar 2006 12:54:47 +0000 (12:54 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Thu, 2 Mar 2006 12:54:47 +0000 (12:54 +0000)
commit07225d48b60f88c78dd643bc7c984c3930db3544
treeb1749f53ada0a02766a4448a1571f6887bb2e72e
parent3919d5306a6d0059675c971e21ff770079030666
Application clipping region can be set to null without affecting
paint clipping region. This fixes severe refresh problems on WinCE
when clipping regions are used, and is experimental on desktop wxMSW
but so far works fine.

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