[PATCH 3/3] usp10: Add support for format 2 pair adjustments.

Dmitry Timoshkov dmitry at baikal.ru
Thu Dec 20 08:12:38 CST 2012


Huw Davies <huw at codeweavers.com> wrote:

>  typedef struct {
> +    WORD PosFormat;
> +    WORD Coverage;
> +    WORD ValueFormat1;
> +    WORD ValueFormat2;
> +    WORD ClassDef1;
> +    WORD ClassDef2;
> +    WORD Class1Count;
> +    WORD Class2Count;
> +    WORD Class1Record[1];
> +} GPOS_PairPosFormat2;

Shouldn't this structure be 2 bytes aligned?

-- 
Dmitry.



More information about the wine-devel mailing list