]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/controls.h
* include/vlc/vlc.h:
[vlc] / modules / gui / macosx / controls.h
index fa4e0fcd64404c30cf586538983aee9cec107fb9..8e767a54a30529746b291acdab59c70ff60e5876 100644 (file)
@@ -2,7 +2,7 @@
  * controls.h: MacOS X interface plugin
  *****************************************************************************
  * Copyright (C) 2002-2003 VideoLAN
- * $Id: controls.h,v 1.6 2003/06/03 22:21:46 hartman Exp $
+ * $Id: controls.h,v 1.7 2003/09/20 19:37:53 hartman Exp $
  *
  * Authors: Jon Lech Johansen <jon-vl@nanocrew.net>
  *          Christophe Massiot <massiot@via.ecp.fr>
@@ -41,6 +41,8 @@
 
 - (IBAction)prev:(id)sender;
 - (IBAction)next:(id)sender;
+- (IBAction)random:(id)sender;
+- (IBAction)repeat:(id)sender;
 - (IBAction)loop:(id)sender;
 
 - (IBAction)forward:(id)sender;