include/dwmapi.h: Add defenition of MIL_MATRIX3X2D

Nikolay Sivov bunglehead at gmail.com
Fri Oct 9 07:01:18 CDT 2009


Louis. Lenders wrote:
> needed to add a stub for //DwmGetGraphicsStreamTransformHint later on
> //
>
>
Hi, Louis.

>  
> +typedef struct _MIL_MATRIX3X2D
> +{
> +    DOUBLE S_11;
> +    DOUBLE S_12;
> +    DOUBLE S_21;
> +    DOUBLE S_22;
> +    DOUBLE DX;
> +    DOUBLE DY;
> +} MIL_MATRIX3X2D;
> +
This is called MilMatrix3x2D in PSDK. Would you mind to resend?




More information about the wine-devel mailing list