]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/dcscreen.h
fixed outdated filenames
[wxWidgets.git] / include / wx / msw / dcscreen.h
index f46d6364818ca27438e0325e1a3ad2a0b596b110..3517e78b6168ef80fef89056e54a9e7f527e1154 100644 (file)
@@ -27,7 +27,10 @@ public:
     // Compatibility with X's requirements for drawing on top of all windows
     static bool StartDrawingOnTop(wxWindow* WXUNUSED(window)) { return TRUE; }
     static bool StartDrawingOnTop(wxRect* WXUNUSED(rect) = NULL) { return TRUE; }
-    static bool EndDrawingOnTop(void) { return TRUE; }
+    static bool EndDrawingOnTop() { return TRUE; }
+
+protected:
+    virtual void DoGetSize(int *width, int *height) const;
 
 private:
     DECLARE_DYNAMIC_CLASS(wxScreenDC)