replace wxWindowDC with wxDC in generic wxOverlayImpl too to fix compilation after r50886--50890 changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50898 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -45,13 +45,13 @@ public:
|
|||||||
// returns true if it has been setup
|
// returns true if it has been setup
|
||||||
bool IsOk();
|
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:
|
private:
|
||||||
wxBitmap m_bmpSaved ;
|
wxBitmap m_bmpSaved ;
|
||||||
|
Reference in New Issue
Block a user