• Sam Lantinga's avatar
    Date: Thu, 28 Feb 2008 22:54:29 +0100 · 17bd2240
    Sam Lantinga authored
    From: Sylvain Beucler
    Subject: [SDL] SDL window resize and flicker
    
    I have a resizable SDL window, and when it's resized, the surface goes
    black _and_ is flushed to screen before I have a chance to redraw
    it. This causes flicker.
    
    The super-small attached patch fixes this issue by avoiding a
    SDL_Flip() right after the window resize. What do you think?
    
    This SDL_ClearSurface function is only called once in the code, in
    SDL_SetVideoMode, and as far as I can tell the patch doesn't introduce
    other changes than getting rid of the flicker.
    
    --HG--
    branch : SDL-1.2
    extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%402734
    17bd2240
Name
Last commit
Last update
..
audio Loading commit data...
cdrom Loading commit data...
cpuinfo Loading commit data...
events Loading commit data...
file Loading commit data...
hermes Loading commit data...
joystick Loading commit data...
loadso Loading commit data...
main Loading commit data...
stdlib Loading commit data...
thread Loading commit data...
timer Loading commit data...
video Loading commit data...
SDL.c Loading commit data...
SDL_error.c Loading commit data...
SDL_error_c.h Loading commit data...
SDL_fatal.c Loading commit data...
SDL_fatal.h Loading commit data...