annotate Gui/mplayer/gtk/eq.h @ 7092:8e9607c5897e

- warning fixes from Dominik Mierzejewski <dominik@rangers.eu.org> - wsXDNDProcessSelection return Truae fix - add url list saving support from Morten Volden <mvolden@tdcadsl.dk> - fix bug's in this patches - fix some memleak and bug
author pontscho
date Mon, 26 Aug 2002 22:20:58 +0000
parents 77980ab4e296
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