Skip to content
Snippets Groups Projects
Commit 577ee293 authored by Biswapriyo Nath's avatar Biswapriyo Nath :fox: Committed by Alexandre Julliard
Browse files

include/ddraw.h: Add missing UpdateOverlay flags.

parent 7a4ca1b0
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment