mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 16:53:05 +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;
|
COLORADJUSTMENT ca;
|
||||||
FLONG flFontState;
|
FLONG flFontState;
|
||||||
UNIVERSAL_FONT_ID ufi;
|
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 fl;
|
||||||
FLONG flBrush;
|
FLONG flBrush;
|
||||||
union{
|
union{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue