Mercurial > mplayer.hg
annotate gui/mplayer/gtk/mb.h @ 25895:8e5cbad5475e
Ben co-maintains stream_dvdnav.c
author | nicodvb |
---|---|
date | Tue, 29 Jan 2008 22:19:30 +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:
23683
diff
changeset
|
2 #ifndef GUI_MB_H |
3f0d00abc073
Do not use leading underscores in multiple inclusion guards, they are reserved.
diego
parents:
23683
diff
changeset
|
3 #define GUI_MB_H |
23077 | 4 |
5 #include <gtk/gtk.h> | |
6 | |
7 extern GtkWidget * MessageBox; | |
8 | |
9 extern GtkWidget * create_MessageBox( int type ); | |
10 extern void ShowMessageBox( const char * msg ); | |
11 | |
25535
3baf6a2283da
Add explanatory comments to the #endif part of multiple inclusion guards.
diego
parents:
23795
diff
changeset
|
12 #endif /* GUI_MB_H */ |