Added wxPaintDCEx class, to handle the case where an HDC
authorJulian Smart <julian@anthemion.co.uk>
Tue, 29 Jul 2003 14:27:18 +0000 (14:27 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Tue, 29 Jul 2003 14:27:18 +0000 (14:27 +0000)
commitc6151f2a94c8851e712755839106707a863c5449
treea12ab9191fe5dc8288de0aac462b015a15cf1281
parent276a125640f6b921a475284bdba4391c19b25aac
Added wxPaintDCEx class, to handle the case where an HDC
is passed with WM_PAINT. Apps that want to can have their
own HDC painted on.

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