mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 18:45:46 +00:00
Update Dc level structure.
svn path=/trunk/; revision=33831
This commit is contained in:
parent
b0c65c30fe
commit
bcefe305f1
1 changed files with 4 additions and 1 deletions
|
@ -99,7 +99,10 @@ typedef struct _DCLEVEL
|
|||
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{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue