~ubuntu-branches/ubuntu/utopic/vlc/utopic

« back to all changes in this revision

Viewing changes to modules/gui/macosx/MainWindow.h

  • Committer: Package Import Robot
  • Author(s): Benjamin Drung
  • Date: 2012-07-21 17:52:21 UTC
  • mfrom: (1.1.48) (3.5.44 sid)
  • Revision ID: package-import@ubuntu.com-20120721175221-53m5pclzo992kawy
Tags: 2.0.3-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 * MainWindow.h: MacOS X interface module
3
3
 *****************************************************************************
4
4
 * Copyright (C) 2002-2012 VLC authors and VideoLAN
5
 
 * $Id: fe531e68014700245d7810c9e9efac210a25872f $
 
5
 * $Id: 75b7f9c3cdf01c2539d7f176792c57b6248b6e7d $
6
6
 *
7
7
 * Authors: Felix Paul Kühne <fkuehne -at- videolan -dot- org>
8
8
 *          Jon Lech Johansen <jon-vl@nanocrew.net>
186
186
/* fullscreen handling */
187
187
- (void)showFullscreenController;
188
188
- (BOOL)isFullscreen;
189
 
- (void)updateFullscreen;
190
189
- (void)lockFullscreenAnimation;
191
190
- (void)unlockFullscreenAnimation;
192
191
- (void)enterFullscreen;
200
199
- (void)windowDidEnterFullScreen:(NSNotification *)notification;
201
200
- (void)windowWillExitFullScreen:(NSNotification *)notification;
202
201
 
 
202
- (id)detachedTitlebarView;
203
203
@end
204
204
 
205
205
@interface VLCDetachedVideoWindow : NSWindow
210
210
}
211
211
 
212
212
- (BOOL)isFullscreen;
213
 
- (void)updateFullscreen;
214
213
- (void)customZoom:(id)sender;
215
214
 
216
215
@end