Ticket #3156: SDL_linux_problem.patch

File SDL_linux_problem.patch, 441 bytes (added by spookypeanut, 17 years ago)

patch to show where the bug seems to be coming in

  • backends/platform/sdl/graphics.cpp

     
    724724                        // if ToggleFullScreen fails, achieve the same effect with hotswap gfx mode
    725725                        hotswapGFXMode();
    726726                } else {
     727                        hotswapGFXMode();
    727728                        // Blit everything to the screen
    728729                        internUpdateScreen();
    729730