# HG changeset patch # User ib # Date 1309863783 0 # Node ID ecee548a8f6b41923df118e609605f5bc39b4dbf # Parent 34e85af9e80f7464918c1c3e62689f81672387f7 Cosmetic: Adjust indent. diff -r 34e85af9e80f -r ecee548a8f6b gui/util/bitmap.h --- a/gui/util/bitmap.h Tue Jul 05 11:01:24 2011 +0000 +++ b/gui/util/bitmap.h Tue Jul 05 11:03:03 2011 +0000 @@ -20,7 +20,7 @@ #define MPLAYER_GUI_BITMAP_H #define GMP_TRANSPARENT 0xffff00ff // transparent color (opaque fuchsia/magenta) -#define ALPHA_OPAQUE 0xff000000 +#define ALPHA_OPAQUE 0xff000000 // for legacy reasons, we must treat all kind of fuchsia/magenta as transparent #define IS_TRANSPARENT(c) ((ALPHA_OPAQUE | (c)) == GMP_TRANSPARENT)