mirror of
https://github.com/mpv-player/mpv
synced 2025-03-03 20:57:45 +00:00
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26061 b3059339-0415-0410-9bf9-f77b7e298cf2
16 lines
339 B
C
16 lines
339 B
C
#ifndef MPLAYER_GUI_OPTS_H
|
|
#define MPLAYER_GUI_OPTS_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 /* MPLAYER_GUI_OPTS_H */
|