[ros-diffs] [jimtabor] 33831: Update Dc level structure.
jimtabor at svn.reactos.org
jimtabor at svn.reactos.org
Mon Jun 2 23:10:31 CEST 2008
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/include/dc.h?rev=33831&r1=33830&r2=33831&view=diff
==============================================================================
--- 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{
More information about the Ros-diffs
mailing list