diff options
author | alex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-02-17 00:33:50 +0000 |
---|---|---|
committer | alex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-02-17 00:33:50 +0000 |
commit | 607c4028e0e799637dfdc1430d82d4511161d9df (patch) | |
tree | 1d97029999cd860ebe80b484400e08774cfcab97 /libvo | |
parent | 63d13413b76a8451b9d305e7a37cc7e5e1d60f32 (diff) |
added VOCTRL_FULLSCREEN
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4732 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r-- | libvo/video_out.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libvo/video_out.h b/libvo/video_out.h index ef3ff24b6e..e0ce27bd3f 100644 --- a/libvo/video_out.h +++ b/libvo/video_out.h @@ -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 |