mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 18:42:56 +00:00
Add Gdi batch flush command types.
svn path=/trunk/; revision=29970
This commit is contained in:
parent
935014319a
commit
115362a89d
1 changed files with 13 additions and 0 deletions
|
@ -77,6 +77,19 @@ typedef enum _GETDCPOINT
|
||||||
GdiGetDCOrg = 6,
|
GdiGetDCOrg = 6,
|
||||||
} GETDCPOINT, *PGETDCPOINT;
|
} GETDCPOINT, *PGETDCPOINT;
|
||||||
|
|
||||||
|
typedef enum _GDIBATCHCMD
|
||||||
|
{
|
||||||
|
GdiBCPatBlt,
|
||||||
|
GdiBCPolyPatBlt,
|
||||||
|
GdiBCTextOut,
|
||||||
|
GdiBCExtTextOut,
|
||||||
|
GdiBCSetBrushOrg,
|
||||||
|
GdiBCExtSelClipRgn,
|
||||||
|
GdiBCSelObj,
|
||||||
|
GdiBCDelObj,
|
||||||
|
GdiBCDelRgn,
|
||||||
|
} GDIBATCHCMD, *PGDIBATCHCMD;
|
||||||
|
|
||||||
typedef enum _TRANSFORMTYPE
|
typedef enum _TRANSFORMTYPE
|
||||||
{
|
{
|
||||||
GdiDpToLp,
|
GdiDpToLp,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue