diff gui/util/bitmap.h @ 34684:b03481253518

Cosmetic: Prefer C style for single line comments. Additionally, slightly revise some of these comments.
author ib
date Fri, 24 Feb 2012 17:16:54 +0000
parents 60449f4234f7
children a5f7a861a293
line wrap: on
line diff
--- a/gui/util/bitmap.h	Thu Feb 23 13:48:58 2012 +0000
+++ b/gui/util/bitmap.h	Fri Feb 24 17:16:54 2012 +0000
@@ -26,7 +26,7 @@
 #define GUI_TRANSPARENT 0xffff00ff
 #define ALPHA_OPAQUE    0xff000000
 
-// for legacy reasons, we must treat all kind of fuchsia/magenta as transparent
+/* for legacy reasons, we must treat all kind of fuchsia/magenta as transparent */
 #define IS_TRANSPARENT(c) ((ALPHA_OPAQUE | (c)) == GUI_TRANSPARENT)
 
 typedef struct {