comparison libvo/video_out.h @ 4731:c8125c117807

added VOCTRL_FULLSCREEN
author alex
date Sun, 17 Feb 2002 00:33:50 +0000
parents 95fa3901cafc
children 57f053d75893
comparison
equal deleted inserted replaced
4730:330462dd5569 4731:c8125c117807
23 #define VOCTRL_QUERY_FORMAT 2 23 #define VOCTRL_QUERY_FORMAT 2
24 /* signal a device reset (seek/pause) */ 24 /* signal a device reset (seek/pause) */
25 #define VOCTRL_RESET 3 25 #define VOCTRL_RESET 3
26 /* true if vo driver can use GUI created windows */ 26 /* true if vo driver can use GUI created windows */
27 #define VOCTRL_GUISUPPORT 4 27 #define VOCTRL_GUISUPPORT 4
28 /* used to switch to fullscreen */
29 #define VOCTRL_FULLSCREEN 5
28 30
29 #define VO_TRUE 1 31 #define VO_TRUE 1
30 #define VO_FALSE 0 32 #define VO_FALSE 0
31 #define VO_ERROR -1 33 #define VO_ERROR -1
32 #define VO_NOTAVAIL -2 34 #define VO_NOTAVAIL -2