X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8257d7cd478c54532cc7d8fd0ace9faf5e9efb23..9869c26285dc51d13607cddaa04f65ce983653a5:/include/wx/dfb/private/overlay.h?ds=sidebyside diff --git a/include/wx/dfb/private/overlay.h b/include/wx/dfb/private/overlay.h index 2006f661ad..dcebe0d653 100644 --- a/include/wx/dfb/private/overlay.h +++ b/include/wx/dfb/private/overlay.h @@ -3,7 +3,6 @@ // Purpose: wxOverlayImpl declaration // Author: Vaclav Slavik // Created: 2006-10-20 -// RCS-ID: $Id$ // Copyright: (c) wxWidgets team // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -17,7 +16,7 @@ wxDFB_DECLARE_INTERFACE(IDirectFBSurface); class WXDLLIMPEXP_FWD_CORE wxWindow; -class WXDLLIMPEXP_FWD_CORE wxWindowDC; +class WXDLLIMPEXP_FWD_CORE wxDC; class wxOverlayImpl { @@ -27,10 +26,10 @@ public: 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; }