Author: jimtabor
Date: Mon Jun 2 16:10:31 2008
New Revision: 33831
URL:
http://svn.reactos.org/svn/reactos?rev=33831&view=rev
Log:
Update Dc level structure.
Modified:
trunk/reactos/subsystems/win32/win32k/include/dc.h
Modified: trunk/reactos/subsystems/win32/win32k/include/dc.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/win32/win32k/in…
==============================================================================
--- trunk/reactos/subsystems/win32/win32k/include/dc.h [iso-8859-1] (original)
+++ trunk/reactos/subsystems/win32/win32k/include/dc.h [iso-8859-1] Mon Jun 2 16:10:31
2008
@@ -99,7 +99,10 @@
COLORADJUSTMENT ca;
FLONG flFontState;
UNIVERSAL_FONT_ID ufi;
- DWORD unk4_00000000[11];
+ UNIVERSAL_FONT_ID ufiLoc[4]; // Local List.
+ UNIVERSAL_FONT_ID *pUFI;
+ ULONG uNumUFIs;
+ BOOL ufiSet;
FLONG fl;
FLONG flBrush;
union{