From 0774d97b40f5782d6544e8f5c17c66f6a2405ab2 Mon Sep 17 00:00:00 2001 From: James Tabor Date: Fri, 17 Aug 2007 16:24:28 +0000 Subject: [PATCH] Add 4 more dcattr units. svn path=/trunk/; revision=28384 --- reactos/include/reactos/win32k/ntgdihdl.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/reactos/include/reactos/win32k/ntgdihdl.h b/reactos/include/reactos/win32k/ntgdihdl.h index 1afdee9dfe8..8a0f7c7a2d9 100644 --- a/reactos/include/reactos/win32k/ntgdihdl.h +++ b/reactos/include/reactos/win32k/ntgdihdl.h @@ -226,6 +226,10 @@ typedef struct _DC_ATTR MATRIX_S mxWorldToDevice; MATRIX_S mxDevicetoWorld; MATRIX_S mxWorldToPage; + EFLOAT_S efM11PtoD; + EFLOAT_S efM22PtoD; + EFLOAT_S efDxPtoD; + EFLOAT_S efDyPtoD; INT iMapMode; DWORD dwLayout; LONG lWindowOrgx;