]> git.saurik.com Git - wxWidgets.git/commitdiff
activating DrawRectangle optimization
authorStefan Csomor <csomor@advancedconcepts.ch>
Wed, 19 Dec 2012 15:41:44 +0000 (15:41 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Wed, 19 Dec 2012 15:41:44 +0000 (15:41 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73210 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/osx/carbon/graphics.cpp

index c45b3f906606b355d91634c0ab3cc5a2c60b3d5e..7dd69114837d611bb8cdb3cb992de1f52f50e893 100644 (file)
@@ -1486,7 +1486,7 @@ public:
     // fast convenience methods
     
     
-    virtual void DrawRectangleX( wxDouble x, wxDouble y, wxDouble w, wxDouble h ); 
+    virtual void DrawRectangle( wxDouble x, wxDouble y, wxDouble w, wxDouble h ); 
 
     void SetNativeContext( CGContextRef cg );
 
@@ -2706,7 +2706,7 @@ void * wxMacCoreGraphicsContext::GetNativeContext()
 }
 
 
-void wxMacCoreGraphicsContext::DrawRectangleX( wxDouble x, wxDouble y, wxDouble w, wxDouble h )
+void wxMacCoreGraphicsContext::DrawRectangle( wxDouble x, wxDouble y, wxDouble w, wxDouble h )
 {
     if (m_composition == wxCOMPOSITION_DEST) 
         return;