X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f8e3449ceb699ff2f2ecc7670e8d68d42acff77a..55176f44e2a86c3e894c7e17b1becdcfcacad054:/include/wx/mac/settings.h?ds=sidebyside diff --git a/include/wx/mac/settings.h b/include/wx/mac/settings.h index d274901abb..90aa26f794 100644 --- a/include/wx/mac/settings.h +++ b/include/wx/mac/settings.h @@ -128,8 +128,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; } + // Return true if the port has certain feature + static bool GetCapability(int index); + }; #endif