[vlc-commits] macosx/MainWindowTitle: cleanup header

Felix Paul Kühne git at videolan.org
Fri Aug 24 18:34:27 CEST 2012


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Fri Aug 24 18:19:14 2012 +0200| [d94d377a53428bc03ff59152d08ca7f29a777d8e] | committer: Felix Paul Kühne

macosx/MainWindowTitle: cleanup header

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

 modules/gui/macosx/MainWindowTitle.h |   30 ++++++++++--------------------
 1 file changed, 10 insertions(+), 20 deletions(-)

diff --git a/modules/gui/macosx/MainWindowTitle.h b/modules/gui/macosx/MainWindowTitle.h
index f3f8b11..0350993 100644
--- a/modules/gui/macosx/MainWindowTitle.h
+++ b/modules/gui/macosx/MainWindowTitle.h
@@ -48,6 +48,9 @@
     IBOutlet id o_fullscreen_btn;
     IBOutlet id o_title_lbl;
 }
+ at property (readonly) NSButton * closeButton;
+ at property (readonly) NSButton * minimizeButton;
+ at property (readonly) NSButton * zoomButton;
 
 - (void)loadButtonIcons;
 - (IBAction)buttonAction:(id)sender;
@@ -56,30 +59,21 @@
 - (void)setWindowButtonOver:(BOOL)b_value;
 - (void)setWindowFullscreenButtonOver:(BOOL)b_value;
 
-- (NSButton*)closeButton;
-- (NSButton*)minimizeButton;
-- (NSButton*)zoomButton;
-
 @end
 
 @interface VLCWindowButtonCell : NSButtonCell
-{
-}
+
 @end
 
 @interface VLCResizeControl : NSImageView
-{
-}
+
 @end
 
 @interface VLCColorView : NSView
-{
-}
+
 @end
 
 @interface VLCCustomWindowButtonPrototype: NSButton
-{
-}
 - (NSArray*)extendedAccessibilityAttributeNames: (NSArray*)theAttributeNames;
 - (id)extendedAccessibilityAttributeValue: (NSString*)theAttributeName;
 - (NSNumber*)extendedAccessibilityIsAttributeSettable: (NSString*)theAttributeName;
@@ -87,25 +81,21 @@
 @end
 
 @interface VLCCustomWindowCloseButton: VLCCustomWindowButtonPrototype
-{
-}
+
 @end
 
 
 @interface VLCCustomWindowMinimizeButton: VLCCustomWindowButtonPrototype
-{
-}
+
 @end
 
 
 @interface VLCCustomWindowZoomButton: VLCCustomWindowButtonPrototype
-{
-}
+
 @end
 
 @interface VLCCustomWindowFullscreenButton : VLCCustomWindowButtonPrototype
-{
-}
+
 @end
 
 @interface VLCWindowTitleTextField : NSTextField



More information about the vlc-commits mailing list