summaryrefslogtreecommitdiffstats
path: root/Gui/mplayer/gtk/opts.h
diff options
context:
space:
mode:
Diffstat (limited to 'Gui/mplayer/gtk/opts.h')
-rw-r--r--Gui/mplayer/gtk/opts.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/Gui/mplayer/gtk/opts.h b/Gui/mplayer/gtk/opts.h
index 3551c83e6f..12c37f73d8 100644
--- a/Gui/mplayer/gtk/opts.h
+++ b/Gui/mplayer/gtk/opts.h
@@ -7,6 +7,9 @@
#ifdef USE_OSS_AUDIO
extern GtkWidget * OSSConfig;
#endif
+#ifdef HAVE_SDL
+extern GtkWidget * SDLConfig;
+#endif
extern GtkWidget * Preferences;
extern GtkWidget * prEFontName;
@@ -14,6 +17,9 @@ extern GtkWidget * create_Preferences( void );
#ifdef USE_OSS_AUDIO
extern GtkWidget * create_OSSConfig( void );
#endif
+#ifdef HAVE_SDL
+extern GtkWidget * create_SDLConfig( void );
+#endif
extern void ShowPreferences( void );