X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/12028905135250524409f1e7b9bfa9c55e5ce16b..c27bcbd5a7cec9f03b15c69824da99c5bb75924a:/include/wx/msw/dcscreen.h?ds=inline diff --git a/include/wx/msw/dcscreen.h b/include/wx/msw/dcscreen.h index f45f903d06..035e547e23 100644 --- a/include/wx/msw/dcscreen.h +++ b/include/wx/msw/dcscreen.h @@ -25,9 +25,9 @@ public: wxScreenDC(); // Compatibility with X's requirements for drawing on top of all windows - static bool StartDrawingOnTop(wxWindow* WXUNUSED(window)) { return TRUE; } - static bool StartDrawingOnTop(wxRect* WXUNUSED(rect) = NULL) { return TRUE; } - static bool EndDrawingOnTop() { return TRUE; } + static bool StartDrawingOnTop(wxWindow* WXUNUSED(window)) { return true; } + static bool StartDrawingOnTop(wxRect* WXUNUSED(rect) = NULL) { return true; } + static bool EndDrawingOnTop() { return true; } protected: virtual void DoGetSize(int *width, int *height) const;