From 6499dbb80f68cbc1e5bf167fe84810147bca2419 Mon Sep 17 00:00:00 2001 From: James Tabor Date: Fri, 24 Nov 2006 08:53:59 +0000 Subject: [PATCH] Add Enhanced Meta File header pointer to local DC structure. svn path=/trunk/; revision=24819 --- reactos/include/reactos/win32k/ntgdihdl.h | 1 + 1 file changed, 1 insertion(+) diff --git a/reactos/include/reactos/win32k/ntgdihdl.h b/reactos/include/reactos/win32k/ntgdihdl.h index 263899bef1f..1e76e036932 100644 --- a/reactos/include/reactos/win32k/ntgdihdl.h +++ b/reactos/include/reactos/win32k/ntgdihdl.h @@ -119,6 +119,7 @@ typedef struct _LDC HDC hDC; ULONG Flags; INT iType; + PVOID pEmfDC; /* Pointer to ENHMETAHEADER structure */ ABORTPROC pAbortProc; /* AbortProc for Printing */ } LDC, *PLDC;