mirror of
https://github.com/mpv-player/mpv
synced 2025-01-30 03:32:50 +00:00
added VOCTRL_FULLSCREEN
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4732 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
63d13413b7
commit
607c4028e0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user