Mercurial > mplayer.hg
annotate gui/mplayer/gtk/sb.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 |
---|---|
23689
3f0d00abc073
Do not use leading underscores in multiple inclusion guards, they are reserved.
diego
parents:
23077
diff
changeset
|
1 #ifndef GUI_SB_H |
3f0d00abc073
Do not use leading underscores in multiple inclusion guards, they are reserved.
diego
parents:
23077
diff
changeset
|
2 #define GUI_SB_H |
23077 | 3 |
4 #include <gtk/gtk.h> | |
5 | |
6 extern char * sbSelectedSkin; | |
7 extern GtkWidget * SkinBrowser; | |
8 | |
9 extern void ShowSkinBrowser( void ); | |
10 extern GtkWidget * create_SkinBrowser( void ); | |
11 | |
25535
3baf6a2283da
Add explanatory comments to the #endif part of multiple inclusion guards.
diego
parents:
23795
diff
changeset
|
12 #endif /* GUI_SB_H */ |