Added wxDC::GetAsBitmap, and implemented wxWindowDC::DoGetAsBitmap on OS X, in order...
authorKevin Ollivier <kevino@theolliviers.com>
Sun, 29 Oct 2006 05:29:04 +0000 (05:29 +0000)
committerKevin Ollivier <kevino@theolliviers.com>
Sun, 29 Oct 2006 05:29:04 +0000 (05:29 +0000)
commitc64c9cd3ba5c5aa5d1cc0b59e9b78fd66650bc58
treea6e1c3247973674d44de94e63bec1e754db6c8d9
parentce4b7808ca940be201422a066de141ca12f13863
Added wxDC::GetAsBitmap, and implemented wxWindowDC::DoGetAsBitmap on OS X, in order to restore the ability to blit the contents of those DCs.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42604 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/dc.h
include/wx/mac/carbon/dcclient.h
src/common/dcgraph.cpp
src/mac/carbon/dcclient.cpp