git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35398
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// also coordinate conversions should be moved to native matrix ops
//-----------------------------------------------------------------------------
// also coordinate conversions should be moved to native matrix ops
//-----------------------------------------------------------------------------
+// we always stock two context states, one at entry, to be able to preserve the
+// state we were called with, the other one after changing to HI Graphics orientation
+// (this one is used for getting back clippings etc)
+
wxMacCGPath::wxMacCGPath()
{
m_path = CGPathCreateMutable() ;
wxMacCGPath::wxMacCGPath()
{
m_path = CGPathCreateMutable() ;
-// we always stock two context states, one at entry, the other one after
-// changing to HI Graphics orientation (this one is used for getting back clippings etc)
-
wxMacCGContext::wxMacCGContext( CGrafPtr port )
{
m_qdPort = port ;
wxMacCGContext::wxMacCGContext( CGrafPtr port )
{
m_qdPort = port ;