]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/dcscreen.h
don't place NULL pointers in the GDK window array in GTKGetWindow()
[wxWidgets.git] / interface / wx / dcscreen.h
index 2ec081083738716ad2371a85471e247785d41368..707b8cbbbf00d2c4cd8ec727884d8b487fde7b2b 100644 (file)
@@ -31,7 +31,7 @@ public:
         This function destroys the temporary window created to implement on-top
         drawing (X only).
     */
         This function destroys the temporary window created to implement on-top
         drawing (X only).
     */
-    bool EndDrawingOnTop();
+    static bool EndDrawingOnTop();
 
     /**
         Use this in conjunction with EndDrawingOnTop() to ensure that drawing
 
     /**
         Use this in conjunction with EndDrawingOnTop() to ensure that drawing
@@ -54,7 +54,7 @@ public:
                  that this function allows the screen to be refreshed
                  afterwards, may be useful to some applications.
     */
                  that this function allows the screen to be refreshed
                  afterwards, may be useful to some applications.
     */
-    bool StartDrawingOnTop(wxWindow* window);
+    static bool StartDrawingOnTop(wxWindow* window);
     /**
         Use this in conjunction with EndDrawingOnTop() to ensure that drawing
         to the screen occurs on top of existing windows. Without this, some
     /**
         Use this in conjunction with EndDrawingOnTop() to ensure that drawing
         to the screen occurs on top of existing windows. Without this, some
@@ -77,6 +77,6 @@ public:
                  that this function allows the screen to be refreshed
                  afterwards, may be useful to some applications.
     */
                  that this function allows the screen to be refreshed
                  afterwards, may be useful to some applications.
     */
-    bool StartDrawingOnTop(wxRect* rect = NULL);
+    static bool StartDrawingOnTop(wxRect* rect = NULL);
 };
 
 };