]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/stubs/dcscreen.h
Corrected grey scrolling windows; added C++Builder 3.0 fixes
[wxWidgets.git] / include / wx / stubs / dcscreen.h
index fd929061772351e2094e337daec76a6bbd2fe12c..e04b450f69941e8ce90f5ac3e2da5dfc90f3a923 100644 (file)
@@ -30,7 +30,7 @@ class WXDLLEXPORT wxScreenDC: public wxWindowDC
   // 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() { return TRUE; }
 };