Commit 94db5c87 authored by Biswapriyo Nath's avatar Biswapriyo Nath Committed by Alexandre Julliard

include/ddraw.h: Add missing dwFlags of DD_BLTDATA struct.

parent fd53a4b8
......@@ -227,6 +227,10 @@ typedef struct IDirectDrawGammaControl *LPDIRECTDRAWGAMMACONTROL;
#define DDBLT_WAIT 0x01000000
#define DDBLT_DEPTHFILL 0x02000000
#define DDBLT_DONOTWAIT 0x08000000
#define DDBLT_PRESENTATION 0x10000000
#define DDBLT_LAST_PRESENTATION 0x20000000
#define DDBLT_EXTENDED_FLAGS 0x40000000
#define DDBLT_EXTENDED_LINEAR_CONTENT 0x00000004
/* dwTrans for BltFast */
#define DDBLTFAST_NOCOLORKEY 0x00000000
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment