comparison libvo/vo_x11.c @ 6016:be9cd7d845c2

-zoom, -fs with x[11|mga|v] fix -- round two
author pontscho
date Wed, 08 May 2002 20:24:35 +0000
parents 7f6e02a16ac4
children 4dc96c97ac07
comparison
equal deleted inserted replaced
6015:04fe086ae486 6016:be9cd7d845c2
294 hint.y=0; 294 hint.y=0;
295 // if(zoomFlag){ 295 // if(zoomFlag){
296 // hint.width=d_width; 296 // hint.width=d_width;
297 // hint.height=d_height; 297 // hint.height=d_height;
298 // }else{ 298 // }else{
299 // hint.width=width; 299 hint.width=width;
300 // hint.height=height; 300 hint.height=height;
301 // } 301 // }
302 302
303 #ifdef HAVE_XF86VM 303 #ifdef HAVE_XF86VM
304 if ( vm ) 304 if ( vm )
305 { 305 {