[Scummvm-cvs-logs] SF.net SVN: scummvm:[35755] scummvm/trunk/graphics/video

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Tue Jan 6 17:10:04 CET 2009


Revision: 35755
          http://scummvm.svn.sourceforge.net/scummvm/?rev=35755&view=rev
Author:   thebluegr
Date:     2009-01-06 16:10:04 +0000 (Tue, 06 Jan 2009)

Log Message:
-----------
Specify that implementations of setPalette() should use an RGB palette

Modified Paths:
--------------
    scummvm/trunk/graphics/video/dxa_player.h
    scummvm/trunk/graphics/video/smk_player.h

Modified: scummvm/trunk/graphics/video/dxa_player.h
===================================================================
--- scummvm/trunk/graphics/video/dxa_player.h	2009-01-06 15:47:58 UTC (rev 35754)
+++ scummvm/trunk/graphics/video/dxa_player.h	2009-01-06 16:10:04 UTC (rev 35755)
@@ -109,8 +109,8 @@
 
 protected:
 	/**
-	 * Set palette, based on current frame
-	 * @param pal		the palette data
+	 * Set RGB palette, based on current frame
+	 * @param pal		the RGB palette data
 	 */
 	virtual void setPalette(byte *pal) = 0;
 

Modified: scummvm/trunk/graphics/video/smk_player.h
===================================================================
--- scummvm/trunk/graphics/video/smk_player.h	2009-01-06 15:47:58 UTC (rev 35754)
+++ scummvm/trunk/graphics/video/smk_player.h	2009-01-06 16:10:04 UTC (rev 35755)
@@ -110,8 +110,8 @@
 
 protected:
 	/**
-	 * Set palette, based on current frame
-	 * @param pal		the palette data
+	 * Set RGB palette, based on current frame
+	 * @param pal		the RGB palette data
 	 */
 	virtual void setPalette(byte *pal) = 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