- //
- // Compatibility with X's requirements for
- // drawing on top of all windows
- //
- static bool StartDrawingOnTop(wxWindow* WXUNUSED(pWindow)) { return TRUE; }
- static bool StartDrawingOnTop(wxRect* WXUNUSED(prect) = NULL) { return TRUE; }
- static bool EndDrawingOnTop() { return TRUE; }
-
-protected: