Mercurial > mplayer.hg
annotate gui/mplayer/gtk/mb.h @ 25271:4ba5a1593296
add new configure option to disable VIDIX PCI device name database (saves a 300 kB on mplayer binary)
author | ben |
---|---|
date | Tue, 04 Dec 2007 18:10:20 +0000 |
parents | 1cb14b091f46 |
children | 3baf6a2283da |
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 | |
12 #endif |