Switch wxBufferedDC to use a wxBitmap* internally, so it doesn't
authorRobin Dunn <robin@alldunn.com>
Wed, 1 Nov 2006 02:07:36 +0000 (02:07 +0000)
committerRobin Dunn <robin@alldunn.com>
Wed, 1 Nov 2006 02:07:36 +0000 (02:07 +0000)
commit3754c85628ecbf760df3aff2615cbf7c4e8bcf03
tree9c70cd1e4f6280b8c1a6dbdd2efcc29b05df6c0b
parent2ee16da2c31a6699ccdbe9ac2d80d16eb42dde5e
Switch wxBufferedDC to use a wxBitmap* internally, so it doesn't
increment the refcount of the bitmap refdata, and so it doesn't do a
copy on write.

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