comparison libvo/video_out.c @ 1184:e8c3f89ecd96

vo_subdevice implemented
author al3x
date Thu, 21 Jun 2001 22:34:25 +0000
parents 2da8cd8aced9
children c823cb3a2608
comparison
equal deleted inserted replaced
1183:6fbcfe7f7f10 1184:e8c3f89ecd96
39 // requested resolution/bpp: (-x -y -bpp options) 39 // requested resolution/bpp: (-x -y -bpp options)
40 int vo_dwidth=0; 40 int vo_dwidth=0;
41 int vo_dheight=0; 41 int vo_dheight=0;
42 int vo_dbpp=0; 42 int vo_dbpp=0;
43 int vo_doublebuffering = 0; 43 int vo_doublebuffering = 0;
44
45 char *vo_subdevice = NULL;
44 46
45 // 47 //
46 // Externally visible list of all vo drivers 48 // Externally visible list of all vo drivers
47 // 49 //
48 extern vo_functions_t video_out_mga; 50 extern vo_functions_t video_out_mga;