[Scummvm-cvs-logs] SF.net SVN: scummvm:[34880] scummvm/trunk/gui/ThemeEngine.cpp
fingolfin at users.sourceforge.net
fingolfin at users.sourceforge.net
Mon Nov 3 17:00:52 CET 2008
Revision: 34880
http://scummvm.svn.sourceforge.net/scummvm/?rev=34880&view=rev
Author: fingolfin
Date: 2008-11-03 16:00:52 +0000 (Mon, 03 Nov 2008)
Log Message:
-----------
Fix comment
Modified Paths:
--------------
scummvm/trunk/gui/ThemeEngine.cpp
Modified: scummvm/trunk/gui/ThemeEngine.cpp
===================================================================
--- scummvm/trunk/gui/ThemeEngine.cpp 2008-11-03 16:00:13 UTC (rev 34879)
+++ scummvm/trunk/gui/ThemeEngine.cpp 2008-11-03 16:00:52 UTC (rev 34880)
@@ -1054,8 +1054,8 @@
_system->colorToRGB(src[x], r, g, b);
const int col = (r << 16) | (g << 8) | b;
- // Skip transparent colors
- // (transparent actually is 0xFF00FF), but the RGB convert chops of the lower bits
+ // Skip transparency (the transparent color actually is 0xFF00FF,
+ // but the RGB conversion chops of the lower bits).
if ((r > 0xF1) && (g < 0x03) && (b > 0xF1))
continue;
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