# HG changeset patch # User arpi # Date 1041204930 0 # Node ID edfe94b9d5780f3b12b1aec7e06c8220e9f64f80 # Parent 50701f34a1618cb3b4b782f864672e2b65db57b2 Juste a trivial patch for vesa output. The screen were cleaned at init for "stupid BIOSes", but just the first buffer. So when using -double option I got flicker with such a stupid BIOS... patch by Aurelien JACOBS diff -r 50701f34a161 -r edfe94b9d578 libvo/vo_vesa.c --- a/libvo/vo_vesa.c Sun Dec 29 23:31:52 2002 +0000 +++ b/libvo/vo_vesa.c Sun Dec 29 23:35:30 2002 +0000 @@ -965,18 +965,18 @@ printf("vo_vesa: VESA initialization complete\n"); fflush(stdout); } - /* Clear screen for stupid BIOSes */ - clear_screen(); if(HAS_DGA() && vo_doublebuffering) { for(i=0;i1) paintBkGnd(); } } else { + clear_screen(); /* Clear screen for stupid BIOSes */ if(verbose>1) paintBkGnd(); { int x;