- // 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() { return TRUE; }
-};
+ virtual void DoGetSize( int* pnWidth
+ ,int* pnHeight
+ ) const;
+
+private:
+ DECLARE_CLASS(wxScreenDCImpl)
+ wxDECLARE_NO_COPY_CLASS(wxScreenDCImpl);
+}; // end of CLASS wxScreenDC