Mercurial > mplayer.hg
annotate gui/mplayer/gtk/pl.h @ 24539:aeb04553212e
rename windows ddk makefile to nmakefile so that a makefile for mingw can be added
author | faust3 |
---|---|
date | Mon, 17 Sep 2007 19:33:33 +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:
23077
diff
changeset
|
2 #ifndef GUI_PL_H |
3f0d00abc073
Do not use leading underscores in multiple inclusion guards, they are reserved.
diego
parents:
23077
diff
changeset
|
3 #define GUI_PL_H |
23077 | 4 |
5 #include <gtk/gtk.h> | |
6 | |
7 extern void ShowPlayList( void ); | |
8 extern void HidePlayList( void ); | |
9 | |
10 extern GtkWidget * create_PlayList (void); | |
11 | |
12 #endif |