Mercurial > mplayer.hg
view Gui/mplayer/gtk/opts.h @ 13277:ffe4d98eed6b
Cumulative patch
"X11 options do not affect SDL", "\-noencodedups", "mplayer -af help now lists
all available audio filters", "pullup docs + new feature for slow cpus"
author | gpoirier |
---|---|
date | Tue, 07 Sep 2004 09:59:27 +0000 |
parents | eb0d3c1b6c6d |
children |
line wrap: on
line source
#ifndef __PREFERENCES_H #define __PREFERENCES_H #include <gtk/gtk.h> extern GtkWidget * AudioConfig; extern GtkWidget * Preferences; extern GtkWidget * prEFontName; extern GtkWidget * create_Preferences( void ); extern GtkWidget * create_AudioConfig( void ); extern void ShowPreferences( void ); #endif