]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dfb/private/overlay.h
another wxUSE_DRAG_AND_DROP==0 compilation fix
[wxWidgets.git] / include / wx / dfb / private / overlay.h
index 675ff67b3eb0e635e3bf9e864fc7350dca667b72..6115abf00b8ce5e5b544619747cbf3921fabfc3c 100644 (file)
@@ -17,7 +17,7 @@
 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;
 
 class wxOverlayImpl
 {
 
 class wxOverlayImpl
 {
@@ -27,10 +27,10 @@ public:
 
     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; }