diff gui/util/bitmap.h @ 33984:60449f4234f7

Add doxygen comments to bitmap.c and bitmap.h.
author ib
date Tue, 06 Sep 2011 15:10:01 +0000
parents 2218c589f9ab
children b03481253518
line wrap: on
line diff
--- a/gui/util/bitmap.h	Tue Sep 06 14:59:04 2011 +0000
+++ b/gui/util/bitmap.h	Tue Sep 06 15:10:01 2011 +0000
@@ -19,7 +19,11 @@
 #ifndef MPLAYER_GUI_BITMAP_H
 #define MPLAYER_GUI_BITMAP_H
 
-#define GUI_TRANSPARENT 0xffff00ff   // transparent color (opaque fuchsia/magenta)
+/**
+ * @def GUI_TRANSPARENT
+ * transparent color (opaque fuchsia/magenta)
+ */
+#define GUI_TRANSPARENT 0xffff00ff
 #define ALPHA_OPAQUE    0xff000000
 
 // for legacy reasons, we must treat all kind of fuchsia/magenta as transparent