]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dcscreen.h
wxDC rework, forgot these
[wxWidgets.git] / include / wx / dcscreen.h
index 31f7c36f5176e07ec41eddea3d5377f0a8937727..cc5a8832a9ffd7e5928e7c0b246786695da88557 100644 (file)
@@ -22,6 +22,13 @@ class WXDLLIMPEXP_CORE wxScreenDC : public wxWindowDC
 public:
     wxScreenDC();
 
+    static bool StartDrawingOnTop(wxWindow * WXUNUSED(window))
+        { return true; }
+    static bool StartDrawingOnTop(wxRect * WXUNUSED(rect) =  NULL)
+        { return true; }
+    static bool EndDrawingOnTop() 
+        { return true; }
+
 private:
     DECLARE_DYNAMIC_CLASS(wxScreenDC)
 };