comparison libvo/video_out.c @ 388:ccb5ebfaaeac

-bpp changes
author arpi_esp
date Fri, 13 Apr 2001 13:47:36 +0000
parents b2f3f2ab3787
children c19b0f6e03a5
comparison
equal deleted inserted replaced
387:43acef8f7c74 388:ccb5ebfaaeac
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 // currect resolution/bpp on screen: (should be autodetected by vo_init())
35 int vo_depthonscreen=0;
36 int vo_screenwidth=0;
37 int vo_screenheight=0;
38
39 // requested resolution/bpp: (-x -y -bpp options)
40 int vo_dwidth=0;
41 int vo_dheight=0;
42 int vo_dbpp=0;
43
33 44
34 // 45 //
35 // Externally visible list of all vo drivers 46 // Externally visible list of all vo drivers
36 // 47 //
37 48