mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +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:
parent
0774d97b40
commit
aa4f2c2037
1 changed files with 5 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue