[Scummvm-cvs-logs] CVS: scummvm/gui Actions.cpp,1.5,1.6

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


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

Modified Files:
	Actions.cpp 
Log Message:
Fix QVGA Smartphone detection

Index: Actions.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/Actions.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- Actions.cpp	18 Jan 2006 17:39:35 -0000	1.5
+++ Actions.cpp	5 Feb 2006 14:00:35 -0000	1.6
@@ -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