comparison libvo/video_out.h @ 4738:77519b9ac057

Screenshot on the fly
author nick
date Sun, 17 Feb 2002 09:25:09 +0000
parents 57f053d75893
children ad892563d9c4
comparison
equal deleted inserted replaced
4737:32e1f5042f65 4738:77519b9ac057
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 */ 28 /* used to switch to fullscreen */
29 #define VOCTRL_FULLSCREEN 5 29 #define VOCTRL_FULLSCREEN 5
30 /* user wants to have screen shot. (currently without args)*/
31 #define VOCTRL_SCREENSHOT 6
30 32
31 #define VO_TRUE 1 33 #define VO_TRUE 1
32 #define VO_FALSE 0 34 #define VO_FALSE 0
33 #define VO_ERROR -1 35 #define VO_ERROR -1
34 #define VO_NOTAVAIL -2 36 #define VO_NOTAVAIL -2