]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/frames.i
correction for Mac OS compilation
[wxWidgets.git] / wxPython / src / frames.i
index 62e49013c87ffa626a71d4af44a706dc68813c2f..7758a36ebf759bc3e48ee27efdf3fb6057da6e87 100644 (file)
@@ -85,9 +85,8 @@ public:
     wxPoint GetClientAreaOrigin() const;
     bool Command(int id);
     bool ProcessCommand(int id);
     wxPoint GetClientAreaOrigin() const;
     bool Command(int id);
     bool ProcessCommand(int id);
-#ifdef __WXMSW__
     bool ShowFullScreen(bool show, long style = wxFULLSCREEN_ALL);
     bool ShowFullScreen(bool show, long style = wxFULLSCREEN_ALL);
-#endif
+    bool IsFullScreen();
 };
 
 //---------------------------------------------------------------------------
 };
 
 //---------------------------------------------------------------------------