Mercurial > mplayer.hg
changeset 4731:c8125c117807
added VOCTRL_FULLSCREEN
author | alex |
---|---|
date | Sun, 17 Feb 2002 00:33:50 +0000 |
parents | 330462dd5569 |
children | 876f0ea71526 |
files | libvo/video_out.h |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/video_out.h Sun Feb 17 00:05:08 2002 +0000 +++ b/libvo/video_out.h Sun Feb 17 00:33:50 2002 +0000 @@ -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