comparison libvo/video_out.c @ 4736:57f053d75893

added VOFLAG_* definitions and int vo_flags
author alex
date Sun, 17 Feb 2002 03:06:38 +0000
parents 95fa3901cafc
children 38a9cddd9e4d
comparison
equal deleted inserted replaced
4735:21eca91fece7 4736:57f053d75893
28 28
29 #include "config.h" 29 #include "config.h"
30 #include "video_out.h" 30 #include "video_out.h"
31 31
32 #include "../linux/shmem.h" 32 #include "../linux/shmem.h"
33
34 int vo_flags=0;
33 35
34 // currect resolution/bpp on screen: (should be autodetected by vo_init()) 36 // currect resolution/bpp on screen: (should be autodetected by vo_init())
35 int vo_depthonscreen=0; 37 int vo_depthonscreen=0;
36 int vo_screenwidth=0; 38 int vo_screenwidth=0;
37 int vo_screenheight=0; 39 int vo_screenheight=0;