[Scummvm-cvs-logs] SF.net SVN: scummvm:[35953] scummvm/trunk/backends/vkeybd

dhewg at users.sourceforge.net dhewg at users.sourceforge.net
Tue Jan 20 16:26:15 CET 2009


Revision: 35953
          http://scummvm.svn.sourceforge.net/scummvm/?rev=35953&view=rev
Author:   dhewg
Date:     2009-01-20 15:26:15 +0000 (Tue, 20 Jan 2009)

Log Message:
-----------
use Surface instead of SurfaceKeyColored

Modified Paths:
--------------
    scummvm/trunk/backends/vkeybd/virtual-keyboard-gui.cpp
    scummvm/trunk/backends/vkeybd/virtual-keyboard-gui.h

Modified: scummvm/trunk/backends/vkeybd/virtual-keyboard-gui.cpp
===================================================================
--- scummvm/trunk/backends/vkeybd/virtual-keyboard-gui.cpp	2009-01-20 15:24:47 UTC (rev 35952)
+++ scummvm/trunk/backends/vkeybd/virtual-keyboard-gui.cpp	2009-01-20 15:26:15 UTC (rev 35953)
@@ -301,7 +301,7 @@
 	int16 h = _dirtyRect.height();
 	if (w <= 0 || h <= 0) return;
 	
-	Graphics::SurfaceKeyColored surf;
+	Graphics::Surface surf;
 	surf.create(w, h, sizeof(OverlayColor));
 
 	OverlayColor *dst = (OverlayColor *)surf.pixels;

Modified: scummvm/trunk/backends/vkeybd/virtual-keyboard-gui.h
===================================================================
--- scummvm/trunk/backends/vkeybd/virtual-keyboard-gui.h	2009-01-20 15:24:47 UTC (rev 35952)
+++ scummvm/trunk/backends/vkeybd/virtual-keyboard-gui.h	2009-01-20 15:26:15 UTC (rev 35953)
@@ -34,7 +34,7 @@
 #include "common/rect.h"
 #include "common/system.h"
 #include "graphics/fontman.h"
-#include "graphics/surface-keycolored.h"
+#include "graphics/surface.h"
 
 namespace Common {
 


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