0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00
mpv/mplayer.h
pontscho df141d9d82 rewrite fullscreen support in some libvo driver
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4982 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-07 17:50:25 +00:00

9 lines
127 B
C

#ifndef __MPLAYER_MAIN
#define __MPLAYER_MAIN
extern int use_gui;
extern char* current_module;
extern int fullscreen;
#endif