Mercurial > mplayer.hg
annotate gui/mplayer/gtk/opts.h @ 25861:5442946cade2
Fix illegal identifiers, names starting with __ are reserved for the system.
author | diego |
---|---|
date | Sun, 27 Jan 2008 18:01:19 +0000 |
parents | 3baf6a2283da |
children | 4129c8cfa742 |
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 | |
25535
3baf6a2283da
Add explanatory comments to the #endif part of multiple inclusion guards.
diego
parents:
23689
diff
changeset
|
16 #endif /* GUI_OPTS_H */ |