[Scummvm-cvs-logs] SF.net SVN: scummvm:[38405] scummvm/trunk/graphics/VectorRenderer.h
lordhoto at users.sourceforge.net
lordhoto at users.sourceforge.net
Tue Feb 17 13:20:41 CET 2009
Revision: 38405
http://scummvm.svn.sourceforge.net/scummvm/?rev=38405&view=rev
Author: lordhoto
Date: 2009-02-17 12:20:40 +0000 (Tue, 17 Feb 2009)
Log Message:
-----------
Remove VECTOR_RENDERER_FORMAT check and related documentation.
Modified Paths:
--------------
scummvm/trunk/graphics/VectorRenderer.h
Modified: scummvm/trunk/graphics/VectorRenderer.h
===================================================================
--- scummvm/trunk/graphics/VectorRenderer.h 2009-02-17 10:33:16 UTC (rev 38404)
+++ scummvm/trunk/graphics/VectorRenderer.h 2009-02-17 12:20:40 UTC (rev 38405)
@@ -34,12 +34,6 @@
#include "gui/ThemeEngine.h"
-// To assure we have VECTOR_RENDERER_FORMAT specified when
-// DISABLE_FANCY_THEMES is defined, we error out elsewise
-#if defined(DISABLE_FANCY_THEMES) && !defined(VECTOR_RENDERER_FORMAT)
-#error "You need to specify a fixed overlay format via VECTOR_RENDERER_FORMAT"
-#endif
-
namespace Graphics {
class VectorRenderer;
@@ -92,11 +86,6 @@
*
* When specifying define DISABLE_FANCY_THEMES eye candy related code
* gets stripped off. This is especially useful for small devices like NDS.
- * Also note that if you specify DISABLE_FANCY_THEMES, you'll need to
- * specify a forced overlay bit format via VECTOR_RENDERER_FORMAT define.
- * The value looks like 'XYZ' for RXGYBZ mode, so R5G5B5 would be specified
- * via:
- * #define VECTOR_RENDERER_FORMAT 565
*
* TODO: Expand documentation.
*
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