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;
HANDLE hcmXform;
HCOLORSPACE hColorSpace;
FLONG flIcmFlags;
INT IcmBrushColor;
INT IcmPenColor;
INT IcmPenColor;
PVOID pvLIcm;
FLONG flTextAlign;
LONG lTextAlign;
LONG lTextExtra;
@ -239,7 +241,8 @@ typedef struct _DC_ATTR
SIZEL szlViewportExt;
FLONG flXform;
SIZEL szlVirtualDevicePixel;
SIZEL szlVirtualDeviceMm;
SIZEL szlVirtualDeviceMm;
SIZEL szlVirtualDeviceSize;
POINTL ptlBrushOrigin;
RGNATTR VisRectRegion;
} DC_ATTR, *PDC_ATTR;