mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
- Added missing members of GDIINFO structure.
svn path=/trunk/; revision=8324
This commit is contained in:
parent
576e14972b
commit
50103fff09
1 changed files with 10 additions and 0 deletions
|
@ -589,6 +589,16 @@ typedef struct _GDIINFO
|
||||||
ULONG ulBltAlignment;
|
ULONG ulBltAlignment;
|
||||||
ULONG ulPanningHorzRes;
|
ULONG ulPanningHorzRes;
|
||||||
ULONG ulPanningVertRes;
|
ULONG ulPanningVertRes;
|
||||||
|
ULONG xPanningAlignment;
|
||||||
|
ULONG yPanningAlignment;
|
||||||
|
ULONG cxHTPat;
|
||||||
|
ULONG cyHTPat;
|
||||||
|
LPBYTE pHTPatA;
|
||||||
|
LPBYTE pHTPatB;
|
||||||
|
LPBYTE pHTPatC;
|
||||||
|
ULONG flShadeBlend;
|
||||||
|
ULONG ulPhysicalPixelCharacteristics;
|
||||||
|
ULONG ulPhysicalPixelGamma;
|
||||||
} GDIINFO, *PGDIINFO;
|
} GDIINFO, *PGDIINFO;
|
||||||
|
|
||||||
typedef struct _BRUSHOBJ
|
typedef struct _BRUSHOBJ
|
||||||
|
|
Loading…
Reference in a new issue