]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/controls.h
macosx: implemented 'play-and-exit' (closes #2237)
[vlc] / modules / gui / macosx / controls.h
index 9b40fdc6ef5e7e1c625c36677a4da49454cacfdb..64ffa2a85a7f6f740389c27087a7ddefca7d2b08 100644 (file)
@@ -73,6 +73,7 @@
 - (IBAction)repeat:(id)sender;
 - (IBAction)loop:(id)sender;
 - (IBAction)repeatButtonAction:(id)sender;
+- (IBAction)quitAfterPlayback:(id)sender;
 
 /* the three ugly helpers again */
 - (void)repeatOne;