[Scummvm-cvs-logs] SF.net SVN: scummvm:[55836] scummvm/trunk/video/video_decoder.h
lordhoto at users.sourceforge.net
lordhoto at users.sourceforge.net
Wed Feb 9 00:00:28 CET 2011
Revision: 55836
http://scummvm.svn.sourceforge.net/scummvm/?rev=55836&view=rev
Author: lordhoto
Date: 2011-02-08 23:00:28 +0000 (Tue, 08 Feb 2011)
Log Message:
-----------
VIDEO: Fix the documentation of VideoDecoder::setSystemPalette.
Modified Paths:
--------------
scummvm/trunk/video/video_decoder.h
Modified: scummvm/trunk/video/video_decoder.h
===================================================================
--- scummvm/trunk/video/video_decoder.h 2011-02-08 22:58:34 UTC (rev 55835)
+++ scummvm/trunk/video/video_decoder.h 2011-02-08 23:00:28 UTC (rev 55836)
@@ -109,7 +109,8 @@
virtual bool hasDirtyPalette() const { return false; }
/**
- * Set the current palette to the system palette.
+ * Set the system palette to the palette returned by getPalette.
+ * @see getPalette
*/
void setSystemPalette();
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