From 3f434666bf9476e7fc6c27de94075211db5f1417 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Sat, 22 Dec 2007 09:10:38 +0000 Subject: [PATCH] changing to wxDC, so that wxGCDC can be used as well git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50887 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/mac/carbon/private/overlay.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/wx/mac/carbon/private/overlay.h b/include/wx/mac/carbon/private/overlay.h index 178f981327..002da9a338 100644 --- a/include/wx/mac/carbon/private/overlay.h +++ b/include/wx/mac/carbon/private/overlay.h @@ -30,13 +30,13 @@ public: // 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(); -- 2.45.2