@@ -214,6 +214,13 @@ (pRas)[x] = ComposeIntDcmComponents1234(COMP_PREFIX ## A, \ COMP_PREFIX ## R, \ COMP_PREFIX ## G, \ COMP_PREFIX ## B) +/* + * SrcOver ## TYPE ## BlendFactor + * Returns appropriate blend value for use in blending calculations. + */ +#define SrcOverIntArgbPreBlendFactor(dF, dA) \ + (dF) + #endif /* IntArgbPre_h_Included */