mirror of
https://github.com/reactos/reactos.git
synced 2025-08-01 18:53:05 +00:00
Update POLYPATBLT.
svn path=/trunk/; revision=32830
This commit is contained in:
parent
5c0c5d219e
commit
df86e750c3
1 changed files with 8 additions and 1 deletions
|
@ -61,7 +61,14 @@ typedef struct _LOGCOLORSPACEEXW
|
|||
DWORD dwFlags;
|
||||
} LOGCOLORSPACEEXW, *PLOGCOLORSPACEEXW;
|
||||
|
||||
typedef struct _POLYPATBLT POLYPATBLT, *PPOLYPATBLT;
|
||||
typedef struct _POLYPATBLT
|
||||
{
|
||||
INT nXLeft;
|
||||
INT nYLeft;
|
||||
INT nWidth;
|
||||
INT nHeight;
|
||||
HBRUSH hBrush;
|
||||
} POLYPATBLT, *PPOLYPATBLT;
|
||||
|
||||
/* NtGdiAddRemoteMMInstanceToDC */
|
||||
typedef struct tagDOWNLOADDESIGNVECTOR
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue