[SDL] Still get SDL window with SetVideoMode(0, 0, 0, SDL_SWSURFACE)

Torsten Giebl wizard at syntheticsw.com
Mon Oct 1 03:47:13 PDT 2007


Hello !


> I believe you can disable the window using:
> putenv("SDL_VIDEODRIVER=dummy");
>
> Can you try that?


If you never want to have a window in your app,
you can use SDL_putenv in your C code.


CU



More information about the SDL mailing list