Menu

#52 new stuff in wingdi.h

closed-accepted
w32api (251)
2001-06-27
2001-04-12
Anonymous
No

Added BLENDFUNCTION and AC_SRC_OVER :

typedef struct _BLENDFUNCTION
{
BYTE BlendOp;
BYTE BlendFlags;
BYTE SourceConstantAlpha;
BYTE AlphaFormat;
}BLENDFUNCTION,*PBLENDFUNCTION;
#define AC_SRC_OVER 0

Discussion

  • Danny Smith

    Danny Smith - 2001-06-27
    • assigned_to: nobody --> dannysmith
     
  • Danny Smith

    Danny Smith - 2001-06-27

    Logged In: YES
    user_id=11494

    Your patch has been accepted and is now commited to CVS. You should expect to see it in the next release.

     
  • Danny Smith

    Danny Smith - 2001-06-27

    Logged In: YES
    user_id=11494

    Committed to SF CVS

     
  • Danny Smith

    Danny Smith - 2001-06-27
    • status: open --> closed-accepted