Commit 087fbc42 authored by Felix Paul Kühne's avatar Felix Paul Kühne

macosx: cosmetics

parent ce66ed5d
...@@ -151,7 +151,7 @@ ...@@ -151,7 +151,7 @@
- (IBAction)dropzoneButtonAction:(id)sender; - (IBAction)dropzoneButtonAction:(id)sender;
- (void)setTitle:(NSString *)title; - (void)setTitle:(NSString *)title;
- (void) customZoom: (id)sender; - (void) customZoom:(id)sender;
- (void)windowResizedOrMoved:(NSNotification *)notification; - (void)windowResizedOrMoved:(NSNotification *)notification;
- (void)showDropZone; - (void)showDropZone;
...@@ -204,5 +204,6 @@ ...@@ -204,5 +204,6 @@
} }
- (BOOL)isFullscreen; - (BOOL)isFullscreen;
- (void)customZoom:(id)sender;
@end @end
...@@ -974,7 +974,7 @@ static VLCMainWindow *_o_sharedInstance = nil; ...@@ -974,7 +974,7 @@ static VLCMainWindow *_o_sharedInstance = nil;
* Felipe A. Rodriguez <far@ix.netcom.com>, Richard Frith-Macdonald <richard@brainstorm.co.uk> * Felipe A. Rodriguez <far@ix.netcom.com>, Richard Frith-Macdonald <richard@brainstorm.co.uk>
* Copyright (C) 1996 Free Software Foundation, Inc. * Copyright (C) 1996 Free Software Foundation, Inc.
*/ */
- (void) customZoom: (id)sender - (void)customZoom:(id)sender
{ {
NSRect maxRect = [[self screen] visibleFrame]; NSRect maxRect = [[self screen] visibleFrame];
NSRect currentFrame = [self frame]; NSRect currentFrame = [self frame];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment