[vlc-commits] macosx: cosmetics

Felix Paul Kühne git at videolan.org
Thu Mar 15 20:23:00 CET 2012


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Thu Mar 15 20:22:57 2012 +0100| [087fbc42182507dea9fb8bbe49ae7c3b7cbfbe52] | committer: Felix Paul Kühne

macosx: cosmetics

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=087fbc42182507dea9fb8bbe49ae7c3b7cbfbe52
---

 modules/gui/macosx/MainWindow.h |    3 ++-
 modules/gui/macosx/MainWindow.m |    2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/modules/gui/macosx/MainWindow.h b/modules/gui/macosx/MainWindow.h
index d043cd7..9578b24 100644
--- a/modules/gui/macosx/MainWindow.h
+++ b/modules/gui/macosx/MainWindow.h
@@ -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
diff --git a/modules/gui/macosx/MainWindow.m b/modules/gui/macosx/MainWindow.m
index a5654cc..22b480f 100644
--- a/modules/gui/macosx/MainWindow.m
+++ b/modules/gui/macosx/MainWindow.m
@@ -974,7 +974,7 @@ static VLCMainWindow *_o_sharedInstance = nil;
  *              Felipe A. Rodriguez <far at ix.netcom.com>, Richard Frith-Macdonald <richard at 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];



More information about the vlc-commits mailing list