]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mgl/settings.h
added wx/defs.h include to correct compilation issues under Mac OS X
[wxWidgets.git] / include / wx / mgl / settings.h
index 5ecfa01f8e615b4853b048930aff17af5b3b1967..ac1d27041302ab3425a9c6dd0404e9e11af41121 100644 (file)
@@ -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