Mercurial > mplayer.hg
annotate mplayer.h @ 6199:d4206ea88ffa
if LANGUAGES=help_mp-??_??.h fixed
author | jaf |
---|---|
date | Sun, 26 May 2002 22:18:59 +0000 |
parents | 60cf2bca993f |
children | cf2c2b92d1a7 |
rev | line source |
---|---|
724 | 1 |
2 #ifndef __MPLAYER_MAIN | |
3 #define __MPLAYER_MAIN | |
4 | |
4798 | 5 extern int use_gui; |
4818
3473ca9ef158
new gui interface, and gtk moved into mplayer process. fork ... bleh :)
pontscho
parents:
4798
diff
changeset
|
6 extern char* current_module; |
4981 | 7 extern int fullscreen; |
724 | 8 |
5919 | 9 extern void exit_player(char* how); |
10 | |
724 | 11 #endif |