[Scummvm-cvs-logs] SF.net SVN: scummvm:[48243] scummvm/trunk/backends/platform/gp2x/ gp2x-common.h

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Fri Mar 12 01:46:55 CET 2010


Revision: 48243
          http://scummvm.svn.sourceforge.net/scummvm/?rev=48243&view=rev
Author:   fingolfin
Date:     2010-03-12 00:46:54 +0000 (Fri, 12 Mar 2010)

Log Message:
-----------
GP2X: Try to fix compile error

Modified Paths:
--------------
    scummvm/trunk/backends/platform/gp2x/gp2x-common.h

Modified: scummvm/trunk/backends/platform/gp2x/gp2x-common.h
===================================================================
--- scummvm/trunk/backends/platform/gp2x/gp2x-common.h	2010-03-12 00:37:25 UTC (rev 48242)
+++ scummvm/trunk/backends/platform/gp2x/gp2x-common.h	2010-03-12 00:46:54 UTC (rev 48243)
@@ -399,10 +399,7 @@
 
 	bool saveScreenshot(const char *filename);
 
-	int effectiveScreenHeight() const {
-		return (_videoMode.aspectRatioCorrection ? real2Aspect(_videoMode.screenHeight) : _videoMode.screenHeight)
-			* _videoMode.scaleFactor;
-	}
+	int effectiveScreenHeight() const;
 
 	void setupIcon();
 	void handleKbdMouse();


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