From: Stefan Csomor Date: Wed, 21 Jul 2004 11:27:51 +0000 (+0000) Subject: first attempt for full screen implementation X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/3c86150dd768b4e490b603227de28aa57275ee4b first attempt for full screen implementation git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28355 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/mac/carbon/toplevel.cpp b/src/mac/carbon/toplevel.cpp index 84ca639685..0368071037 100644 --- a/src/mac/carbon/toplevel.cpp +++ b/src/mac/carbon/toplevel.cpp @@ -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 ) ; }