Removed the SaveBG hack. The real incompatibility is that the MemoryDC
authorRon Lee <ron@debian.org>
Thu, 19 Feb 2004 06:23:01 +0000 (06:23 +0000)
committerRon Lee <ron@debian.org>
Thu, 19 Feb 2004 06:23:01 +0000 (06:23 +0000)
commitdbd22c6a0e86a258fc20c4a7d3cb6b45f22691c6
treee5e72bd84a2b3829ca96f28ef893230ba6b90aa9
parentee658398812ab334b39a2632cd99e2ffe6d4bc79
Removed the SaveBG hack.  The real incompatibility is that the MemoryDC
is not automatically cleared to the BG colour of the window when a
temporary bitmap is used.

Inlined the rest of the methods, there really is no reason for them not
to be.  (will remove dcbuffer.cpp as soon as I figure out the bakefiles)

Do device to logical transforms in UnMask.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25859 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/dcbuffer.h
src/generic/dcbuffer.cpp