mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 19:26:05 +00:00
- Added missing members of GDIINFO structure.
svn path=/trunk/; revision=8324
This commit is contained in:
@@ -589,6 +589,16 @@ typedef struct _GDIINFO
|
||||
ULONG ulBltAlignment;
|
||||
ULONG ulPanningHorzRes;
|
||||
ULONG ulPanningVertRes;
|
||||
ULONG xPanningAlignment;
|
||||
ULONG yPanningAlignment;
|
||||
ULONG cxHTPat;
|
||||
ULONG cyHTPat;
|
||||
LPBYTE pHTPatA;
|
||||
LPBYTE pHTPatB;
|
||||
LPBYTE pHTPatC;
|
||||
ULONG flShadeBlend;
|
||||
ULONG ulPhysicalPixelCharacteristics;
|
||||
ULONG ulPhysicalPixelGamma;
|
||||
} GDIINFO, *PGDIINFO;
|
||||
|
||||
typedef struct _BRUSHOBJ
|
||||
|
||||
Reference in New Issue
Block a user