]> git.saurik.com Git - wxWidgets.git/commit
Simplify and rationalize wxGDIPlusContext class constructors.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 9 Oct 2011 22:07:16 +0000 (22:07 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 9 Oct 2011 22:07:16 +0000 (22:07 +0000)
commit645f9bd3772a7a4ca3687553e1af53e5a0bb51c1
tree583d19e568079719de2765a8e16ce0ea673e62e6
parent364197e882e328fff368d91a33b1fe2ffc1f7857
Simplify and rationalize wxGDIPlusContext class constructors.

Remove the now unnecessary default ctor from wxGDIPlusContext and
wxGDIPlusMeasuringContext and add a ctor taking just wxGraphicsRenderer that
can be useful to the derived classes instead.

Merge Init() and SetDefaults() and initialize everything at once in the new
Init() now.

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