(svn r37) Do not change to HWSURFACE since it's not working!
authordarkvater
Thu, 12 Aug 2004 22:43:11 +0000
changeset 36 c1b3b884584e
parent 35 54cf3d67fc45
child 37 61bf1df68d82
(svn r37) Do not change to HWSURFACE since it's not working!
sdl.c
--- a/sdl.c	Thu Aug 12 22:41:16 2004 +0000
+++ b/sdl.c	Thu Aug 12 22:43:11 2004 +0000
@@ -295,6 +295,7 @@
 
 	DEBUG(misc, 0) ("sdl: using mode %dx%d", w, h);
 
+	// DO NOT CHANGE TO HWSURFACE, IT DOES NOT WORK
 	newscreen = SDL_CALL SDL_SetVideoMode(w, h, 8, SDL_SWSURFACE + SDL_HWPALETTE + (_fullscreen?SDL_FULLSCREEN:SDL_RESIZABLE));
 	if(newscreen == NULL)
 		return false;