- // Compatibility with X's requirements for
- // drawing on top of all windows
- static bool StartDrawingOnTop(wxWindow *window) { return TRUE; }
- static bool StartDrawingOnTop(wxRectangle *rect = NULL) { return TRUE; }
- static bool EndDrawingOnTop(void) { return TRUE; }