git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50886
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
wxDFB_DECLARE_INTERFACE(IDirectFBSurface);
class WXDLLIMPEXP_FWD_CORE wxWindow;
wxDFB_DECLARE_INTERFACE(IDirectFBSurface);
class WXDLLIMPEXP_FWD_CORE wxWindow;
-class WXDLLIMPEXP_FWD_CORE wxWindowDC;
+class WXDLLIMPEXP_FWD_CORE wxDC;
void Reset();
bool IsOk();
void Reset();
bool IsOk();
- void Init(wxWindowDC* dc, int x , int y , int width , int height);
- void BeginDrawing(wxWindowDC* dc);
- void EndDrawing(wxWindowDC* dc);
- void Clear(wxWindowDC* dc);
+ void Init(wxDC* dc, int x , int y , int width , int height);
+ void BeginDrawing(wxDC* dc);
+ void EndDrawing(wxDC* dc);
+ void Clear(wxDC* dc);
// wxDFB specific methods:
bool IsEmpty() const { return m_isEmpty; }
// wxDFB specific methods:
bool IsEmpty() const { return m_isEmpty; }