[SDL] Hide ouput of the SDL_SetVideoMode

Torsten Giebl wizard at syntheticsw.com
Tue Jul 4 10:37:50 PDT 2006


Hello !


> What is the Dummy Video driver?.


It is a Videodriver that does nothing,
okay it does a little bit. It emulates
the video functions using the software blitters,
but it does not open a Window or outputs anything on the
screen.

SDL_putenv ("SDL_VIDEODRIVER=dummy");
or just set the variable on the OS you
are using and then start the app.




CU





More information about the SDL mailing list