comparison mplayer.h @ 4981:bfc652fc7f43

rewrite fullscreen support in some libvo driver
author pontscho
date Thu, 07 Mar 2002 17:50:25 +0000
parents 3473ca9ef158
children 60cf2bca993f
comparison
equal deleted inserted replaced
4980:0e6e50c02f7b 4981:bfc652fc7f43
2 #ifndef __MPLAYER_MAIN 2 #ifndef __MPLAYER_MAIN
3 #define __MPLAYER_MAIN 3 #define __MPLAYER_MAIN
4 4
5 extern int use_gui; 5 extern int use_gui;
6 extern char* current_module; 6 extern char* current_module;
7 extern int fullscreen;
7 8
8 #endif 9 #endif