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
This commit is contained in:
Stefan Csomor 2007-12-22 09:10:38 +00:00
parent 1d7ed72986
commit 3f434666bf

View File

@ -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();