comparison libvo/vo_x11.c @ 6704:fbb02e1b53c8

Silly me, vo_x11 doesn't use my aspect code!
author atmos4
date Thu, 11 Jul 2002 16:14:55 +0000
parents 9291268a3603
children 21186a5514b4
comparison
equal deleted inserted replaced
6703:feeaffcce1fa 6704:fbb02e1b53c8
304 vo_vm_switch(vm_width, vm_height,&modeline_width, &modeline_height); 304 vo_vm_switch(vm_width, vm_height,&modeline_width, &modeline_height);
305 vo_dx=(vo_screenwidth-modeline_width)/2; 305 vo_dx=(vo_screenwidth-modeline_width)/2;
306 vo_dy=(vo_screenheight-modeline_height)/2; 306 vo_dy=(vo_screenheight-modeline_height)/2;
307 vo_dwidth=modeline_width; 307 vo_dwidth=modeline_width;
308 vo_dheight=modeline_height; 308 vo_dheight=modeline_height;
309 aspect_save_screenres(modeline_width,modeline_height);
310 } 309 }
311 #endif 310 #endif
312 bg=WhitePixel( mDisplay,mScreen ); 311 bg=WhitePixel( mDisplay,mScreen );
313 fg=BlackPixel( mDisplay,mScreen ); 312 fg=BlackPixel( mDisplay,mScreen );
314 313