# HG changeset patch # User unc0rr # Date 1218399520 0 # Node ID 5539aa59f703a5e68fc38b1eeaeeb9456090b21d # Parent 73ec31d8bb6fb36191104c3bc67f5fe0ac8bc072 With this change, SDL will probably report more screen resolutions on dual-monitor configurations diff -r 73ec31d8bb6f -r 5539aa59f703 QTfrontend/SDLs.cpp --- a/QTfrontend/SDLs.cpp Sun Aug 10 19:55:08 2008 +0000 +++ b/QTfrontend/SDLs.cpp Sun Aug 10 20:18:40 2008 +0000 @@ -36,7 +36,7 @@ SDL_Rect **modes; - modes = SDL_ListModes(NULL, SDL_FULLSCREEN | SDL_HWSURFACE); + modes = SDL_ListModes(NULL, SDL_FULLSCREEN); if((modes == (SDL_Rect **)0) || (modes == (SDL_Rect **)-1)) {