Author: jimtabor
Date: Fri Aug 17 21:55:56 2007
New Revision: 28385
URL:
http://svn.reactos.org/svn/reactos?rev=28385&view=rev
Log:
Add the rest of the dcattr structure, LocalIcm and flags with VDS size.
Modified:
trunk/reactos/include/reactos/win32k/ntgdihdl.h
Modified: trunk/reactos/include/reactos/win32k/ntgdihdl.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/include/reactos/win32k/ntg…
==============================================================================
--- trunk/reactos/include/reactos/win32k/ntgdihdl.h (original)
+++ trunk/reactos/include/reactos/win32k/ntgdihdl.h Fri Aug 17 21:55:56 2007
@@ -214,8 +214,10 @@
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 @@
SIZEL szlViewportExt;
FLONG flXform;
SIZEL szlVirtualDevicePixel;
- SIZEL szlVirtualDeviceMm;
+ SIZEL szlVirtualDeviceMm;
+ SIZEL szlVirtualDeviceSize;
POINTL ptlBrushOrigin;
RGNATTR VisRectRegion;
} DC_ATTR, *PDC_ATTR;