]> git.saurik.com Git - wxWidgets.git/commitdiff
wxBufferedDC changes
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 7 Feb 2004 16:39:51 +0000 (16:39 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 7 Feb 2004 16:39:51 +0000 (16:39 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25570 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/changes.txt

index c203cedc2d3999d3f5e69fe16e91b05d48a59163..7554eb47e5609f1dc3bfcda080cea14e6d5d70d4 100644 (file)
@@ -127,6 +127,7 @@ All (GUI):
 - using a -1 (wxID_ANY) for menu or toolbar item IDs will now generate new id
 - added option to generate C++ headers to wxrc utility (Eduardo Marques)
 - added wxDC::DrawPolyPolygon() for MSW/PS (Carl-Friedrich Braun)
+- wxBufferedDC now allows to preserve the background and is documented
 
 wxMSW: