From d05a01709b72c500e86234ebe82eefa28513de16 Mon Sep 17 00:00:00 2001 From: James Tabor Date: Fri, 23 May 2008 12:50:46 +0000 Subject: [PATCH] Add more data for extended clip object. svn path=/trunk/; revision=33658 --- reactos/subsystems/win32/win32k/include/dc.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/reactos/subsystems/win32/win32k/include/dc.h b/reactos/subsystems/win32/win32k/include/dc.h index 9ceb1c52138..1779600defc 100644 --- a/reactos/subsystems/win32/win32k/include/dc.h +++ b/reactos/subsystems/win32/win32k/include/dc.h @@ -77,14 +77,15 @@ typedef struct _WIN_DC_INFO BOOL vport2WorldValid; /* Is xformVport2World valid? */ } WIN_DC_INFO; +// EXtended CLip and Window Region Object typedef struct _XCLIPOBJ { - CLIPOBJ co; // Std Clip object. - DWORD Unknown[6]; + WNDOBJ eClipWnd; PVOID pClipRgn; // prgnRao_ or (prgnVis_ if (prgnRao_ == z)) DWORD Unknown1[16]; DWORD nComplexity; // count/mode based on # of rect in regions scan. - DWORD Unknown2; + PVOID pUnknown; // UnK pointer to a large drawing structure. + // We will use it for CombinedClip ptr. } XCLIPOBJ, *PXCLIPOBJ; typedef struct _DCLEVEL