X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7bdc18790e34d17edfc02f3e25edcb3425b38a8a..594f0f5bf1355fb8d58f403d3ebacc1c1767c429:/include/wx/mgl/settings.h diff --git a/include/wx/mgl/settings.h b/include/wx/mgl/settings.h index 5ecfa01f8e..ac1d270413 100644 --- a/include/wx/mgl/settings.h +++ b/include/wx/mgl/settings.h @@ -36,6 +36,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 FALSE; } }; #endif