Re: gdi: AlphaBlend constants

2003-12-12 Thread Kirill Smelkov
On Thu, 11 Dec 2003, Alexandre Julliard wrote: > Kirill Smelkov <[EMAIL PROTECTED]> writes: > > > +/* AlphaBlend flags */ > > +#define AC_SRC_NO_PREMULT_ALPHA 0x01 > > +#define AC_SRC_NO_ALPHA 0x02 > > +#define AC_DST_NO_PREMULT_ALPHA 0x10 > > +#define AC_DST_NO_ALPHA

Re: gdi: AlphaBlend constants

2003-12-11 Thread Alexandre Julliard
Kirill Smelkov <[EMAIL PROTECTED]> writes: > +/* AlphaBlend flags */ > +#define AC_SRC_NO_PREMULT_ALPHA 0x01 > +#define AC_SRC_NO_ALPHA 0x02 > +#define AC_DST_NO_PREMULT_ALPHA 0x10 > +#define AC_DST_NO_ALPHA 0x20 Where do these come from? I don't see them in the S