Moved Clear() implementation into wxDC using a new virtual CocoaGetBounds()
authorDavid Elliott <dfe@tgwbd.org>
Mon, 17 Jan 2005 21:30:53 +0000 (21:30 +0000)
committerDavid Elliott <dfe@tgwbd.org>
Mon, 17 Jan 2005 21:30:53 +0000 (21:30 +0000)
commit3e21fc053d9017f79ad71675db8d2e1497049159
tree9190abf4b08cfd58665faa45e609213e6370539a
parent1aaf88d2208793f6a05f02c3e23ade668555d31e
Moved Clear() implementation into wxDC using a new virtual CocoaGetBounds()
to determine the rect to clear.  Also added CocoaUnapplyTransformations()
to bring the coordinate system back into Cocoa coordinates for those
cases such as Clear() where it makes more sense.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31440 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/cocoa/dc.h
include/wx/cocoa/dcclient.h
include/wx/cocoa/dcmemory.h
src/cocoa/dc.mm
src/cocoa/dcclient.mm
src/cocoa/dcmemory.mm