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