Mercurial > mplayer.hg
annotate gui/mplayer/gtk/opts.h @ 23689:3f0d00abc073
Do not use leading underscores in multiple inclusion guards, they are reserved.
author | diego |
---|---|
date | Mon, 02 Jul 2007 22:34:45 +0000 |
parents | f15bce7943b9 |
children | 3baf6a2283da |
rev | line source |
---|---|
23077 | 1 |
23689
3f0d00abc073
Do not use leading underscores in multiple inclusion guards, they are reserved.
diego
parents:
23685
diff
changeset
|
2 #ifndef GUI_OPTS_H |
3f0d00abc073
Do not use leading underscores in multiple inclusion guards, they are reserved.
diego
parents:
23685
diff
changeset
|
3 #define GUI_OPTS_H |
23077 | 4 |
5 #include <gtk/gtk.h> | |
6 | |
7 extern GtkWidget * AudioConfig; | |
8 extern GtkWidget * Preferences; | |
9 extern GtkWidget * prEFontName; | |
10 | |
11 extern GtkWidget * create_Preferences( void ); | |
12 extern GtkWidget * create_AudioConfig( void ); | |
13 | |
14 extern void ShowPreferences( void ); | |
15 | |
16 #endif |