added VOCTRL_FULLSCREEN

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4732 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
alex 2002-02-17 00:33:50 +00:00
parent 63d13413b7
commit 607c4028e0
1 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,8 @@
#define VOCTRL_RESET 3
/* true if vo driver can use GUI created windows */
#define VOCTRL_GUISUPPORT 4
/* used to switch to fullscreen */
#define VOCTRL_FULLSCREEN 5
#define VO_TRUE 1
#define VO_FALSE 0