Page 1 of 1

OSX dock hiding

Posted: 09 Sep 2008 03:12
by egon1984
Hi 2 u all! ;-)

I would like to know which is the code that hides the dock in OSX while VLC is in fullscreen mode.

Thanks a lot

Re: OSX dock hiding

Posted: 20 Sep 2008 11:53
by fearthehat1
The dock should hide automatically. Just make sure you have VLC open (i.e. you can see the toolbar at the top of the screen before you go into fullscreen) and not FInder.

Re: OSX dock hiding

Posted: 22 Sep 2008 13:10
by The DJ
It's in modules/gui/macosx/vout.m

if( [screen isMainScreen] )
SetSystemUIMode( kUIModeAllHidden, kUIOptionAutoShowMenuBar);