commit | ac05d0dd29614cdea9934f0558be0a922ea01d2e | [log] [tgz] |
---|---|---|
author | Kevin Koltzau <kevin@plop.org> | Wed Apr 14 19:35:24 2004 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Wed Apr 14 19:35:24 2004 +0000 |
tree | 87d714548ebe397ae6b5a541f98833bdacf4b46f | |
parent | e06dd2cfe42c5afa658853b330ab68b55d9ee07f [diff] [blame] |
Partial stub of GdiAlphaBlend/AlphaBlend.
diff --git a/include/wingdi.h b/include/wingdi.h index b716864..ce66b8b 100644 --- a/include/wingdi.h +++ b/include/wingdi.h
@@ -3133,6 +3133,9 @@ ULONG LowerRight; } GRADIENT_RECT, *PGRADIENT_RECT, *LPGRADIENT_RECT; +#define AC_SRC_OVER 0x00 +#define AC_SRC_ALPHA 0x01 + typedef struct _BLENDFUNCTION { BYTE BlendOp;