[vlc-devel] commit: gui/*macosx: Don' t rely on carbon or on old non 64 bits API when possible. (Pierre d' Herbemont )
Felix Paul Kühne
fkuehne.videolan at googlemail.com
Sun Apr 12 23:48:06 CEST 2009
> - SetSystemUIMode( kUIModeAllHidden,
> kUIOptionAutoShowMenuBar);
> + [NSMenu setMenuBarVisible:NO];
hmm, although your intention is definitely right, we loose some
functionality here. In fullscreen mode, I'm used to access the menubar
(pretty much like iPhone, etc. provide them, too), but now, it won't
appear anymore, so I can't change the audio track without leaving
fullscreen, etc....
F.
More information about the vlc-devel
mailing list