[vlc-devel] commit: gui/*macosx: Don' t rely on carbon or on old non 64 bits API when possible. (Pierre d' Herbemont )
Pierre d'Herbemont
pdherbemont at free.fr
Sun Apr 12 23:59:24 CEST 2009
On Sun, Apr 12, 2009 at 2:48 PM, Felix Paul Kühne
<fkuehne.videolan at googlemail.com> wrote:
>
>> - 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....
Yeah, right. I missed that one.
Pierre.
More information about the vlc-devel
mailing list