X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bbcdf8bc7ca806d8278c7cb6d09d5590378b67d8..9a29912f608e082001ee53b9873323c4bcd71f21:/include/wx/msw/dcscreen.h?ds=sidebyside diff --git a/include/wx/msw/dcscreen.h b/include/wx/msw/dcscreen.h index 6a64c9e934..67a0cbd95e 100644 --- a/include/wx/msw/dcscreen.h +++ b/include/wx/msw/dcscreen.h @@ -16,9 +16,9 @@ #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) @@ -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; } - static bool StartDrawingOnTop(wxRectangle* WXUNUSED(rect) = NULL) { return TRUE; } + static bool StartDrawingOnTop(wxRect* WXUNUSED(rect) = NULL) { return TRUE; } static bool EndDrawingOnTop(void) { return TRUE; } };