summaryrefslogtreecommitdiffstats
path: root/gui/mplayer/gtk/eq.h
blob: d99cbb778553a5538a97c33e6c14b992b7ec37a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef MPLAYER_GUI_EQ_H
#define MPLAYER_GUI_EQ_H

#include <gtk/gtk.h>

extern GtkWidget * Equalizer;

extern GtkWidget * create_Equalizer( void );
extern void ShowEqualizer( void );

#endif /* MPLAYER_GUI_EQ_H */