[SDL] How to maximize window at Windows startup

Patricia Curtis patricia.curtis at gmail.com
Thu Oct 25 01:07:20 PDT 2007


Hi
    Just make your gScreen = SDL_SetVideoMode(ScreenWidth,
ScreenHeight, 32, SDL_HWSURFACE | SDL_FULLSCREEN | SDL_DOUBLEBUF |
SDL_ANYFORMAT);  one of the first few lines no need to muck around
with the registry.

Trish


More information about the SDL mailing list