comparison libvo/video_out.h @ 5511:7a24a067f0af

vo_config_count now counts calls to vo->config()
author arpi
date Sun, 07 Apr 2002 02:12:15 +0000
parents 9cecf4b10a4b
children b8d8d72776f2
comparison
equal deleted inserted replaced
5510:f2c4cace6450 5511:7a24a067f0af
189 // NULL terminated array of all drivers 189 // NULL terminated array of all drivers
190 extern vo_functions_t* video_out_drivers[]; 190 extern vo_functions_t* video_out_drivers[];
191 191
192 extern int vo_flags; 192 extern int vo_flags;
193 193
194 extern int vo_config_count;
195
194 // correct resolution/bpp on screen: (should be autodetected by vo_init()) 196 // correct resolution/bpp on screen: (should be autodetected by vo_init())
195 extern int vo_depthonscreen; 197 extern int vo_depthonscreen;
196 extern int vo_screenwidth; 198 extern int vo_screenwidth;
197 extern int vo_screenheight; 199 extern int vo_screenheight;
198 200