X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=modules%2Fgui%2Fmacosx%2Fequalizer.h;h=509a7578840b5f92914acd4360d2c8ff125507db;hb=898c67b21302c4a822c70be130097566b36aa09c;hp=f424f8cb308ba9b8a59599662dd5671f1e2959e0;hpb=6ee1e193fd896ab9a4729fde14f009d9ce629815;p=vlc diff --git a/modules/gui/macosx/equalizer.h b/modules/gui/macosx/equalizer.h index f424f8cb30..509a757884 100644 --- a/modules/gui/macosx/equalizer.h +++ b/modules/gui/macosx/equalizer.h @@ -1,7 +1,7 @@ /***************************************************************************** * equalizer.h: MacOS X interface module ***************************************************************************** - * Copyright (C) 2004-2006 the VideoLAN team + * Copyright (C) 2004-2008 the VideoLAN team * $Id$ * * Authors: Jérôme Decoodt @@ -55,10 +55,9 @@ - (void)windowWillClose:(NSNotification *)aNotification; - (void)awakeFromNib; -- (void)setValue:(float)value forSlider:(int)index; -- (id)getSliderByIndex:(int)index; -- (void)setBandSlidersValues:(float *)values; +- (void)setValue: (float)value forSlider: (int)index; +- (id)getSliderByIndex: (int)index; +- (void)setBandSlidersValues: (float *)values; - (void)initBandSliders; - @end