rename ZOF_COMPOS_XXX macros

This commit is contained in:
Vincent Wei
2020-01-15 18:37:54 +08:00
parent f22b545315
commit b9718351f7
+6 -5
View File
@@ -73,11 +73,12 @@ typedef MASKRECT* PMASKRECT;
#define ZOF_DISABLED 0x00000004
/* Since 4.2.0 */
#define ZOF_LUCENCY_MASK 0x000000F0
#define ZOF_LT_OPAQUE 0x00000000
#define ZOF_LT_ALPHACHANNEL 0x00000010
#define ZOF_LT_BLURRED 0x00000030
#define ZOF_LT_ALPHAPIXEL 0x00000020
#define ZOF_COMPOSITING_MASK 0x000000F0
#define ZOF_COMPOS_OPAQUE 0x00000000
#define ZOF_COMPOS_COLORKEY 0x00000010
#define ZOF_COMPOS_ALPHACHANNEL 0x00000020
#define ZOF_COMPOS_ALPHAPIXEL 0x00000030
#define ZOF_COMPOS_BLURRED 0x00000040
/* Since 4.2.0; The alpha channel value or the radius of blur in pixels */
#define ZOF_ALPHA_BLUR_MASK 0x0000FF00