]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/equalizer.h
* fix an ordering bug in D'n'D
[vlc] / modules / gui / macosx / equalizer.h
index 239cb27b049ceabcb2a9ba1edf9d2b02cd423bb7..6579a265dfd2ae3810fd58acdafa36b28b0c41fe 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * equalizer.h: MacOS X interface module
  *****************************************************************************
- * Copyright (C) 2004 VideoLAN (Centrale Réseaux) and its contributors
+ * Copyright (C) 2004 the VideoLAN team
  * $Id$
  *
  * Authors: J\8er\99me Decoodt <djc@videolan.org>
 - (IBAction)twopass:(id)sender;
 - (void)windowWillClose:(NSNotification *)aNotification;
 - (void)awakeFromNib;
+
+- (void)setValue:(float)value forSlider:(int)index;
+- (id)getSliderByIndex:(int)index;
+- (void)setBandSlidersValues:(float *)values;
+- (void)initBandSliders;
+
+
 @end