summaryrefslogtreecommitdiffstats
path: root/libvo/video_out.h
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-02-17 00:33:50 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-02-17 00:33:50 +0000
commit607c4028e0e799637dfdc1430d82d4511161d9df (patch)
tree1d97029999cd860ebe80b484400e08774cfcab97 /libvo/video_out.h
parent63d13413b76a8451b9d305e7a37cc7e5e1d60f32 (diff)
downloadmpv-607c4028e0e799637dfdc1430d82d4511161d9df.tar.bz2
mpv-607c4028e0e799637dfdc1430d82d4511161d9df.tar.xz
added VOCTRL_FULLSCREEN
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4732 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/video_out.h')
-rw-r--r--libvo/video_out.h2
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