]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/dcscreen.h
another compilation fix
[wxWidgets.git] / include / wx / msw / dcscreen.h
index 6a64c9e9349bdb08892d91a10e6fff690e3ba9f1..67a0cbd95e6203d32f4ac41341060d861653c767 100644 (file)
@@ -16,9 +16,9 @@
 #pragma interface "dcscreen.h"
 #endif
 
 #pragma interface "dcscreen.h"
 #endif
 
-#include "wx/dc.h"
+#include "wx/dcclient.h"
 
 
-class WXDLLEXPORT wxScreenDC: public wxDC
+class WXDLLEXPORT wxScreenDC: public wxWindowDC
 {
   DECLARE_DYNAMIC_CLASS(wxScreenDC)
 
 {
   DECLARE_DYNAMIC_CLASS(wxScreenDC)
 
@@ -30,7 +30,7 @@ class WXDLLEXPORT wxScreenDC: public wxDC
   // Compatibility with X's requirements for
   // drawing on top of all windows
   static bool StartDrawingOnTop(wxWindow* WXUNUSED(window)) { return TRUE; }
   // Compatibility with X's requirements for
   // drawing on top of all windows
   static bool StartDrawingOnTop(wxWindow* WXUNUSED(window)) { return TRUE; }
-  static bool StartDrawingOnTop(wxRectangle* WXUNUSED(rect) = NULL) { return TRUE; }
+  static bool StartDrawingOnTop(wxRect* WXUNUSED(rect) = NULL) { return TRUE; }
   static bool EndDrawingOnTop(void) { return TRUE; }
 };
 
   static bool EndDrawingOnTop(void) { return TRUE; }
 };