When I create a window and make it fullscreen in SDL it doesnt go completely fullscreen. It leaves me with black bars on the side. Anyone know why this could be?
4 replies to this topic
Sponsor:
#3 Moderators - Reputation: 5048
Posted 24 May 2012 - 02:53 AM
If the monitor does not support the requested resolution, SDL tries to emulate it. To avoid this, try to pick a resolution is directly supported. You can list them using SDL_ListModes: http://sdl.beuc.net/sdl.wiki/SDL_ListModes.
#4 Members - Reputation: 131
Posted 24 May 2012 - 01:17 PM
If the monitor does not support the requested resolution, SDL tries to emulate it. To avoid this, try to pick a resolution is directly supported. You can list them using SDL_ListModes: http://sdl.beuc.net/...i/SDL_ListModes.
Thanks that should help






