X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0cbff1201aa47e2b73ec90a97886f18e88270ea6..0e448231102ecab3ce01647e98ec156f7bf5b8bb:/include/wx/msw/settings.h diff --git a/include/wx/msw/settings.h b/include/wx/msw/settings.h index 6402bc29e5..4c7c1c3561 100644 --- a/include/wx/msw/settings.h +++ b/include/wx/msw/settings.h @@ -33,6 +33,9 @@ public: // Get a system metric, e.g. scrollbar size static int GetSystemMetric(int index); + // Return true if the port can draw frame titlebar (i.e. doesn't need wxUniv for it) + static bool HasFrameDecorations() { return TRUE; } + }; #endif