mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 17:25:55 +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,
|
||||
} GETDCPOINT, *PGETDCPOINT;
|
||||
|
||||
typedef enum _GDIBATCHCMD
|
||||
{
|
||||
GdiBCPatBlt,
|
||||
GdiBCPolyPatBlt,
|
||||
GdiBCTextOut,
|
||||
GdiBCExtTextOut,
|
||||
GdiBCSetBrushOrg,
|
||||
GdiBCExtSelClipRgn,
|
||||
GdiBCSelObj,
|
||||
GdiBCDelObj,
|
||||
GdiBCDelRgn,
|
||||
} GDIBATCHCMD, *PGDIBATCHCMD;
|
||||
|
||||
typedef enum _TRANSFORMTYPE
|
||||
{
|
||||
GdiDpToLp,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue