Add the rest of the dcattr structure, LocalIcm and flags with VDS size.

svn path=/trunk/; revision=28385
This commit is contained in:
James Tabor 2007-08-17 17:55:56 +00:00
parent 0774d97b40
commit aa4f2c2037

View file

@ -214,8 +214,10 @@ typedef struct _DC_ATTR
LONG lIcmMode; LONG lIcmMode;
HANDLE hcmXform; HANDLE hcmXform;
HCOLORSPACE hColorSpace; HCOLORSPACE hColorSpace;
FLONG flIcmFlags;
INT IcmBrushColor; INT IcmBrushColor;
INT IcmPenColor; INT IcmPenColor;
PVOID pvLIcm;
FLONG flTextAlign; FLONG flTextAlign;
LONG lTextAlign; LONG lTextAlign;
LONG lTextExtra; LONG lTextExtra;
@ -240,6 +242,7 @@ typedef struct _DC_ATTR
FLONG flXform; FLONG flXform;
SIZEL szlVirtualDevicePixel; SIZEL szlVirtualDevicePixel;
SIZEL szlVirtualDeviceMm; SIZEL szlVirtualDeviceMm;
SIZEL szlVirtualDeviceSize;
POINTL ptlBrushOrigin; POINTL ptlBrushOrigin;
RGNATTR VisRectRegion; RGNATTR VisRectRegion;
} DC_ATTR, *PDC_ATTR; } DC_ATTR, *PDC_ATTR;