X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7bdc18790e34d17edfc02f3e25edcb3425b38a8a..e4b713a278375619150b76eebb04be1eae889564:/include/wx/mgl/settings.h?ds=sidebyside

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