[SDL] Semantics of SDL_SetVideoMode and the surface it returns

Brian brian.ripoff at gmail.com
Tue Oct 16 07:23:39 PDT 2007


To resize, call SDL_SetVideoMode again. You do not need to use
SDL_Quit. That is what is meant by "consecutive calls to
SetVideoMode".

On the subject of disturbing audio output, you can call
SDL_QuitSubSystem (and InitSubSystem) to selectively enable and
disable various SDL subsystems without disabling them all, should you
wish to.

On 16/10/2007, list at akfoerster.de <list at akfoerster.de> wrote:
> Still unclear.
> I use SDL_SetVideoMode for resizing. Do I have to use SDL_Quit every time?
> It would also disturb the audio output and other things...


More information about the SDL mailing list