- // Create a DC representing the whole screen
- wxScreenDC();
- ~wxScreenDC();
-
- // Compatibility with X's requirements for
- // drawing on top of all windows
- static bool StartDrawingOnTop(wxWindow* window);
- static bool StartDrawingOnTop(wxRect* rect = NULL);
- static bool EndDrawingOnTop();
-
+ wxScreenDCImpl( wxDC *owner);
+ virtual ~wxScreenDCImpl();
+
+protected:
+ virtual void DoGetSize(int *width, int *height) const;
+