[Scummvm-cvs-logs] SF.net SVN: scummvm:[43996] scummvm/trunk/engines/sci/gfx

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Mon Sep 7 01:01:33 CEST 2009


Revision: 43996
          http://scummvm.svn.sourceforge.net/scummvm/?rev=43996&view=rev
Author:   thebluegr
Date:     2009-09-06 23:01:33 +0000 (Sun, 06 Sep 2009)

Log Message:
-----------
Cleanup

Modified Paths:
--------------
    scummvm/trunk/engines/sci/gfx/gfx_driver.h
    scummvm/trunk/engines/sci/gfx/gfx_system.h

Modified: scummvm/trunk/engines/sci/gfx/gfx_driver.h
===================================================================
--- scummvm/trunk/engines/sci/gfx/gfx_driver.h	2009-09-06 23:00:49 UTC (rev 43995)
+++ scummvm/trunk/engines/sci/gfx/gfx_driver.h	2009-09-06 23:01:33 UTC (rev 43996)
@@ -81,8 +81,6 @@
 	 *
 	 * @param[in] xfact		Horizontal scaling factor
 	 * @param[in] yfact		Vertical scaling factor
-	 * @param[in] bytespp	Any of GFX_COLOR_MODE_*. GFX_COLOR_MODE_INDEX
-	 * 						implies color index mode.
 	 * @return				GFX_OK on success, GFX_ERROR if the mode could
 	 * 						not be set, or GFX_FATAL if the graphics target
 	 * 						is unuseable.

Modified: scummvm/trunk/engines/sci/gfx/gfx_system.h
===================================================================
--- scummvm/trunk/engines/sci/gfx/gfx_system.h	2009-09-06 23:00:49 UTC (rev 43995)
+++ scummvm/trunk/engines/sci/gfx/gfx_system.h	2009-09-06 23:01:33 UTC (rev 43996)
@@ -64,7 +64,6 @@
 
 	/**
 	 * Palette or NULL to indicate non-palette mode.
-	 * Palette mode is only supported for bytespp = 1
 	 */
 	Palette *palette;
 


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