mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
Add the rest of the dcattr structure, LocalIcm and flags with VDS size.
svn path=/trunk/; revision=28385
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user