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

macosx: cosmetics

parent ce66ed5d
......@@ -151,7 +151,7 @@
- (IBAction)dropzoneButtonAction:(id)sender;
- (void)setTitle:(NSString *)title;
- (void) customZoom: (id)sender;
- (void) customZoom:(id)sender;
- (void)windowResizedOrMoved:(NSNotification *)notification;
- (void)showDropZone;
......@@ -204,5 +204,6 @@
}
- (BOOL)isFullscreen;
- (void)customZoom:(id)sender;
@end
......@@ -974,7 +974,7 @@ static VLCMainWindow *_o_sharedInstance = nil;
* Felipe A. Rodriguez <far@ix.netcom.com>, Richard Frith-Macdonald <richard@brainstorm.co.uk>
* Copyright (C) 1996 Free Software Foundation, Inc.
*/
- (void) customZoom: (id)sender
- (void)customZoom:(id)sender
{
NSRect maxRect = [[self screen] visibleFrame];
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