[Scummvm-cvs-logs] SF.net SVN: scummvm:[33155] scummvm/branches/gsoc2008-gui/gui/ThemeRenderer .cpp
Tanoku at users.sourceforge.net
Tanoku at users.sourceforge.net
Mon Jul 21 00:49:37 CEST 2008
Revision: 33155
http://scummvm.svn.sourceforge.net/scummvm/?rev=33155&view=rev
Author: Tanoku
Date: 2008-07-20 22:49:24 +0000 (Sun, 20 Jul 2008)
Log Message:
-----------
Fixed: Backbuffer blitting
Modified Paths:
--------------
scummvm/branches/gsoc2008-gui/gui/ThemeRenderer.cpp
Modified: scummvm/branches/gsoc2008-gui/gui/ThemeRenderer.cpp
===================================================================
--- scummvm/branches/gsoc2008-gui/gui/ThemeRenderer.cpp 2008-07-20 22:23:35 UTC (rev 33154)
+++ scummvm/branches/gsoc2008-gui/gui/ThemeRenderer.cpp 2008-07-20 22:49:24 UTC (rev 33155)
@@ -622,7 +622,7 @@
if (doBuffer)
_buffering = true;
-// memcpy(_backBuffer->pixels, _screen->pixels, _screen->w * _screen->h * _screen->bytesPerPixel);
+ memcpy(_backBuffer->pixels, _screen->pixels, _screen->w * _screen->h * _screen->bytesPerPixel);
}
} // end of namespace GUI.
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