]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/controls.h
Merge branch 1.0-bugfix
[vlc] / modules / gui / macosx / controls.h
index b6c15093600791dbc537f7c9e2bf28e35cc2c424..9b40fdc6ef5e7e1c625c36677a4da49454cacfdb 100644 (file)
     IBOutlet id o_specificTime_mi;
 
     VLCFSPanel *o_fs_panel;
+    BOOL b_lockAspectRatio;
 }
 - (void)controlTintChanged;
 
 - (id)voutView;
+- (BOOL)aspectRatioIsLocked;
 
 - (IBAction)play:(id)sender;
 - (IBAction)stop:(id)sender;
@@ -93,6 +95,7 @@
 
 - (IBAction)telxTransparent:(id)sender;
 - (IBAction)telxNavLink:(id)sender;
+- (IBAction)lockVideosAspectRatio:(id)sender;
 - (IBAction)addSubtitleFile:(id)sender;
 
 - (BOOL)keyEvent:(NSEvent *)o_event;