[Scummvm-cvs-logs] SF.net SVN: scummvm:[33111] residual/trunk/engine/backend/sdl/driver_tinygl .cpp

aquadran at users.sourceforge.net aquadran at users.sourceforge.net
Sat Jul 19 14:05:07 CEST 2008


Revision: 33111
          http://scummvm.svn.sourceforge.net/scummvm/?rev=33111&view=rev
Author:   aquadran
Date:     2008-07-19 12:05:02 +0000 (Sat, 19 Jul 2008)

Log Message:
-----------
added potential issue with not update new pointer to surface after change fullscreen mode

Modified Paths:
--------------
    residual/trunk/engine/backend/sdl/driver_tinygl.cpp

Modified: residual/trunk/engine/backend/sdl/driver_tinygl.cpp
===================================================================
--- residual/trunk/engine/backend/sdl/driver_tinygl.cpp	2008-07-19 11:41:20 UTC (rev 33110)
+++ residual/trunk/engine/backend/sdl/driver_tinygl.cpp	2008-07-19 12:05:02 UTC (rev 33111)
@@ -148,6 +148,7 @@
 	if (_screen == NULL)
 		error("Could not change fullscreen mode");
 
+	_zb->pbuf = (PIXEL *)_screen->pixels;
 	_isFullscreen = !_isFullscreen;
 }
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list