Commit 577ee293 authored by Biswapriyo Nath's avatar Biswapriyo Nath Committed by Alexandre Julliard

include/ddraw.h: Add missing UpdateOverlay flags.

parent 7a4ca1b0
......@@ -895,6 +895,9 @@ typedef struct _DDPIXELFORMAT {
#define DDOVER_BOB 0x00200000
#define DDOVER_OVERRIDEBOBWEAVE 0x00400000
#define DDOVER_INTERLEAVED 0x00800000
#define DDOVER_BOBHARDWARE 0x01000000
#define DDOVER_ARGBSCALEFACTORS 0x02000000
#define DDOVER_DEGRADEARGBSCALING 0x04000000
/* DDPIXELFORMAT.dwFlags */
#define DDPF_ALPHAPIXELS 0x00000001
......
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