X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2343d81ba29504d87971266f0ed819c252b6b1ee..2b84e565c6c26711e245bab5d4ce0fe1fe3e4078:/include/wx/mgl/settings.h diff --git a/include/wx/mgl/settings.h b/include/wx/mgl/settings.h index ac1d270413..49ca2427b1 100644 --- a/include/wx/mgl/settings.h +++ b/include/wx/mgl/settings.h @@ -37,8 +37,8 @@ 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; } + // Return true if the port has certain feature + static bool GetCapability(int index); }; #endif