From 607c4028e0e799637dfdc1430d82d4511161d9df Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 17 Feb 2002 00:33:50 +0000 Subject: [PATCH] added VOCTRL_FULLSCREEN git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4732 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/video_out.h | 2 ++ 1 file changed, 2 insertions(+) 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