# HG changeset patch # User nick # Date 1003668645 0 # Node ID d9ba4de305cf3a5bd000d859294be655bd135f87 # Parent 66b69c384a670f503db6383d532867c3f908acdb Replacing -x, -y on -screenw, -screenh diff -r 66b69c384a67 -r d9ba4de305cf libvo/vo_vesa.c --- a/libvo/vo_vesa.c Sun Oct 21 12:42:59 2001 +0000 +++ b/libvo/vo_vesa.c Sun Oct 21 12:50:45 2001 +0000 @@ -434,8 +434,8 @@ printf("\nvo_vesa: Modes in detail:\n"); } mode_ptr = vib.VideoModePtr; - w = d_width ? d_width : width; - h = d_height ? d_height : height; + w = vo_screenwidth ? vo_screenwidth : width; + h = vo_screenheight ? vo_screenheight : height; for(i=0;i < num_modes;i++) { if((err=vbeGetModeInfo(mode_ptr[i],&vmib)) != VBE_OK)