[Scummvm-cvs-logs] CVS: scummvm/backends/sdl sdl_gl.cpp,1.40,1.41

Travis Howell kirben at users.sourceforge.net
Sun Jun 22 07:35:02 CEST 2003


Update of /cvsroot/scummvm/scummvm/backends/sdl
In directory sc8-pr-cvs1:/tmp/cvs-serv10420/backends/sdl

Modified Files:
	sdl_gl.cpp 
Log Message:

Ooops


Index: sdl_gl.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/sdl/sdl_gl.cpp,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- sdl_gl.cpp	22 Jun 2003 14:31:17 -0000	1.40
+++ sdl_gl.cpp	22 Jun 2003 14:34:30 -0000	1.41
@@ -514,7 +514,6 @@
 	SDL_PeepEvents(&ev, 1, SDL_GETEVENT, SDL_VIDEORESIZEMASK);
 
 	if (_usingOpenGL && ev.type == SDL_VIDEORESIZE) {
-	      warning("This is a trigger");
 	      int w = ev.resize.w; 
 	      int h = ev.resize.h;
 	      glViewport(0, 0, (GLsizei)w, (GLsizei)h);





More information about the Scummvm-git-logs mailing list