With this change, SDL will probably report more screen resolutions on dual-monitor configurations
authorunc0rr
Sun, 10 Aug 2008 20:18:40 +0000
changeset 1191 5539aa59f703
parent 1190 73ec31d8bb6f
child 1192 63b7961f68de
With this change, SDL will probably report more screen resolutions on dual-monitor configurations
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))
 	{