]> git.saurik.com Git - wxWidgets.git/commitdiff
changing to wxDC, so that wxGCDC can be used as well
authorStefan Csomor <csomor@advancedconcepts.ch>
Sat, 22 Dec 2007 09:10:38 +0000 (09:10 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Sat, 22 Dec 2007 09:10:38 +0000 (09:10 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50887 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/mac/carbon/private/overlay.h

index 178f9813274453f2e03652b2ef30c2d14a572d3c..002da9a3386bb1a43f085bbd2327139fe49632c9 100644 (file)
@@ -30,13 +30,13 @@ public:
     // returns true if it has been setup
     bool IsOk();
     
     // returns true if it has been setup
     bool IsOk();
     
-    void Init( wxWindowDC* dc, int x , int y , int width , int height );
+    void Init( wxDC* dc, int x , int y , int width , int height );
     
     
-    void BeginDrawing( wxWindowDC* dc);
+    void BeginDrawing( wxDC* dc);
     
     
-    void EndDrawing( wxWindowDC* dc);
+    void EndDrawing( wxDC* dc);
     
     
-    void Clear( wxWindowDC* dc);
+    void Clear( wxDC* dc);
 
 private:
     OSStatus CreateOverlayWindow();
 
 private:
     OSStatus CreateOverlayWindow();