[Scummvm-cvs-logs] CVS: scummvm/gui Actions.cpp,1.2.2.2,1.2.2.3

Nicolas Bacca arisme at users.sourceforge.net
Sun Feb 5 06:01:04 CET 2006


Update of /cvsroot/scummvm/scummvm/gui
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18437

Modified Files:
      Tag: branch-0-8-0
	Actions.cpp 
Log Message:
Fix QVGA Smartphone detection

Index: Actions.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/Actions.cpp,v
retrieving revision 1.2.2.2
retrieving revision 1.2.2.3
diff -u -d -r1.2.2.2 -r1.2.2.3
--- Actions.cpp	18 Jan 2006 18:07:28 -0000	1.2.2.2
+++ Actions.cpp	5 Feb 2006 14:00:06 -0000	1.2.2.3
@@ -51,7 +51,7 @@
 void Actions::init(GameDetector &detector) {
 #ifdef _WIN32_WCE
 	// For WinCE: now use software + Factory pattern to create correct objects
-	if (!CEDevice::hasSmartphoneResolution())
+	if (!CEDevice::isSmartphone())
 		CEActionsPocket::init(detector);
 	else
 		CEActionsSmartphone::init(detector);





More information about the Scummvm-git-logs mailing list