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

src/mac/carbon/toplevel.cpp

index 84ca63968593b5c180a22a23cb4b08e199378045..0368071037ecda6ed739788a8ece787d9e8c4a23 100644 (file)
@@ -1193,6 +1193,11 @@ bool wxTopLevelWindowMac::ShowFullScreen(bool show, long style)
         }
         if ( style & wxFULLSCREEN_NOTOOLBAR )
         {
+            // TODO
+        }
+        if ( style & wxFULLSCREEN_NOSTATUSBAR )
+        {
+            // TODO
         }
         SetSize( x , y , w, h ) ;
     }