[Scummvm-cvs-logs] SF.net SVN: scummvm:[47173] scummvm/trunk/common/system.h

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Fri Jan 8 21:15:43 CET 2010


Revision: 47173
          http://scummvm.svn.sourceforge.net/scummvm/?rev=47173&view=rev
Author:   lordhoto
Date:     2010-01-08 20:15:42 +0000 (Fri, 08 Jan 2010)

Log Message:
-----------
Fix documentation for setMouseCursor's format paramenter.

Modified Paths:
--------------
    scummvm/trunk/common/system.h

Modified: scummvm/trunk/common/system.h
===================================================================
--- scummvm/trunk/common/system.h	2010-01-08 20:11:27 UTC (rev 47172)
+++ scummvm/trunk/common/system.h	2010-01-08 20:15:42 UTC (rev 47173)
@@ -779,7 +779,7 @@
 	 *                          In case it does the behavior is undefined. The backend might just error out or simply ignore the
 	 *                          value. (The SDL backend will just assert to prevent abuse of this).
 	 * @param cursorTargetScale	scale factor which cursor is designed for
-	 * @param format			pointer to the pixel format which cursor graphic uses (0 means screen format)
+	 * @param format			pointer to the pixel format which cursor graphic uses (0 means CLUT8)
 	 */
 	virtual void setMouseCursor(const byte *buf, uint w, uint h, int hotspotX, int hotspotY, uint32 keycolor, int cursorTargetScale = 1, const Graphics::PixelFormat *format = NULL) = 0;
 


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