comparison gui/mplayer/gtk/eq.c @ 25601:8a0adeba5910

Rename common.[ch] to gtk_common.[ch], there are too many files by that name.
author diego
date Sun, 06 Jan 2008 16:22:00 +0000
parents e564b9cd7290
children 0d255d03016f
comparison
equal deleted inserted replaced
25600:785d273c050f 25601:8a0adeba5910
20 #include "libmpdemux/stheader.h" 20 #include "libmpdemux/stheader.h"
21 #include "libmpcodecs/dec_video.h" 21 #include "libmpcodecs/dec_video.h"
22 #include "../widgets.h" 22 #include "../widgets.h"
23 23
24 #include "eq.h" 24 #include "eq.h"
25 #include "common.h" 25 #include "gtk_common.h"
26 26
27 #define eqRange 15 27 #define eqRange 15
28 28
29 GtkWidget * Equalizer = NULL; 29 GtkWidget * Equalizer = NULL;
30 static GtkWidget * EquConfig; 30 static GtkWidget * EquConfig;