comparison libvo/video_out.c @ 4811:38a9cddd9e4d

added vo_dx,vo_dy (used currently only by X based outputs)
author alex
date Fri, 22 Feb 2002 18:00:38 +0000
parents 57f053d75893
children bfc652fc7f43
comparison
equal deleted inserted replaced
4810:bb6b9aca7195 4811:38a9cddd9e4d
37 int vo_depthonscreen=0; 37 int vo_depthonscreen=0;
38 int vo_screenwidth=0; 38 int vo_screenwidth=0;
39 int vo_screenheight=0; 39 int vo_screenheight=0;
40 40
41 // requested resolution/bpp: (-x -y -bpp options) 41 // requested resolution/bpp: (-x -y -bpp options)
42 int vo_dx=0;
43 int vo_dy=0;
42 int vo_dwidth=0; 44 int vo_dwidth=0;
43 int vo_dheight=0; 45 int vo_dheight=0;
44 int vo_dbpp=0; 46 int vo_dbpp=0;
45 int vo_doublebuffering = 0; 47 int vo_doublebuffering = 0;
46 int vo_vsync = 0; 48 int vo_vsync = 0;