annotate Gui/mplayer/gtk/eq.h @ 18065:f275cd6c7fc8

vertical size of "Configure Equalizer" window is not enough to hold all comboboxes, based on a patch by Stanislav Maslovski <stanislav POIS maslovski AH gmail POIS com>
author gpoirier
date Sun, 09 Apr 2006 13:49:37 +0000
parents 8e9607c5897e
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6627
fd3ac41ee1a1 add equalizer support and fix some small bug...
pontscho
parents: 6626
diff changeset
1
fd3ac41ee1a1 add equalizer support and fix some small bug...
pontscho
parents: 6626
diff changeset
2 #ifndef __GUI_EQ_H
fd3ac41ee1a1 add equalizer support and fix some small bug...
pontscho
parents: 6626
diff changeset
3 #define __GUI_EQ_H
fd3ac41ee1a1 add equalizer support and fix some small bug...
pontscho
parents: 6626
diff changeset
4
fd3ac41ee1a1 add equalizer support and fix some small bug...
pontscho
parents: 6626
diff changeset
5 #include <gtk/gtk.h>
fd3ac41ee1a1 add equalizer support and fix some small bug...
pontscho
parents: 6626
diff changeset
6
fd3ac41ee1a1 add equalizer support and fix some small bug...
pontscho
parents: 6626
diff changeset
7 extern GtkWidget * Equalizer;
6626
036948569977 First probe :)
pontscho
parents:
diff changeset
8
6627
fd3ac41ee1a1 add equalizer support and fix some small bug...
pontscho
parents: 6626
diff changeset
9 extern GtkWidget * create_Equalizer( void );
fd3ac41ee1a1 add equalizer support and fix some small bug...
pontscho
parents: 6626
diff changeset
10 extern void ShowEqualizer( void );
fd3ac41ee1a1 add equalizer support and fix some small bug...
pontscho
parents: 6626
diff changeset
11
7092
8e9607c5897e - warning fixes from Dominik Mierzejewski <dominik@rangers.eu.org>
pontscho
parents: 6794
diff changeset
12 #endif