X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fgui%2Fmacosx%2FMainWindow.h;h=3b2552ae85a4d41fc79facbaa195c55dcc6e3bd0;hb=12dfb65e91cb460d1ac97dff6b5c0d2b1e431c51;hp=3e887d1bb0704b2683d3de51c0373d358027c42c;hpb=50f7ba573a98f01e2ecac6c5f8eaca351d45634c;p=vlc diff --git a/modules/gui/macosx/MainWindow.h b/modules/gui/macosx/MainWindow.h index 3e887d1bb0..3b2552ae85 100644 --- a/modules/gui/macosx/MainWindow.h +++ b/modules/gui/macosx/MainWindow.h @@ -1,7 +1,7 @@ /***************************************************************************** * MainWindow.h: MacOS X interface module ***************************************************************************** - * Copyright (C) 2002-2011 VideoLAN + * Copyright (C) 2002-2011 VLC authors and VideoLAN * $Id$ * * Authors: Felix Paul Kühne @@ -70,6 +70,7 @@ IBOutlet VLCFSPanel *o_fspanel; BOOL b_dark_interface; + BOOL b_nativeFullscreenMode; BOOL b_video_playback_enabled; int i_lastShownVolume; BOOL b_mute; @@ -159,6 +160,10 @@ - (void)hasBecomeFullscreen; - (void)setFrameOnMainThread:(NSData*)packedargs; +/* lion's native fullscreen handling */ +- (void)windowWillEnterFullScreen:(NSNotification *)notification; +- (void)windowWillExitFullScreen:(NSNotification *)notification; + @end @interface VLCProgressBarGradientEffect : NSView {