]> git.saurik.com Git - wxWidgets.git/commitdiff
first attempt for full screen implementation
authorStefan Csomor <csomor@advancedconcepts.ch>
Wed, 21 Jul 2004 09:51:52 +0000 (09:51 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Wed, 21 Jul 2004 09:51:52 +0000 (09:51 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28347 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/mac/carbon/toplevel.h

index bf854094b97f1e2b643705ce0fdeafc60d543ce6..de3c083448ec9e073ec5d76103e788c9e1891b9e 100644 (file)
@@ -66,9 +66,8 @@ public:
 
     virtual bool SetShape(const wxRegion& region);
 
-    virtual bool ShowFullScreen(bool WXUNUSED(show), long WXUNUSED(style) = wxFULLSCREEN_ALL)
-    { return FALSE; }
-    virtual bool IsFullScreen() const { return FALSE; }
+    virtual bool ShowFullScreen(bool show, long style = wxFULLSCREEN_ALL) ;
+    virtual bool IsFullScreen() const ;
 
     // implementation from now on
     // --------------------------
@@ -124,6 +123,7 @@ protected:
     WXWindow m_macWindow ;
 
     wxWindowMac* m_macFocus ;
+    void *m_macFullScreenData ;
 
     static wxTopLevelWindowMac *s_macDeactivateWindow;
 private :