Separate NSAffineTransform creation out of wxDC::CocoaApplyTransform into
authorDavid Elliott <dfe@tgwbd.org>
Fri, 14 Jan 2005 14:22:03 +0000 (14:22 +0000)
committerDavid Elliott <dfe@tgwbd.org>
Fri, 14 Jan 2005 14:22:03 +0000 (14:22 +0000)
commit4db3c8ac631546f9b695e7590eaa4cb2805a1145
tree29cb13eb52d2d8dc0066e3c62326d9a3c31be5d0
parent52f2ad0899c3e625b6ae1449524993ed8be39d7a
Separate NSAffineTransform creation out of wxDC::CocoaApplyTransform into
static wxDC::CocoaGetWxToBoundsTransform.  Create the transform and store
it as a member variable in wxDC when focus is locked on the DC.
For wxClientDC and wxPaintDC call a new wxWindow::CocoaGetWxToBoundsTransform
which will eventually handle scrolling.

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