From 2f23894a638ad1b82c14aac6199b36b623a20488 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Tue, 22 Sep 2020 09:46:41 +0530 Subject: [PATCH 2/5] include/ddraw.h: Add missing UpdateOverlay flags. Signed-off-by: Biswapriyo Nath --- include/ddraw.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/ddraw.h b/include/ddraw.h index 528c70a..6f7cc0e 100644 --- a/include/ddraw.h +++ b/include/ddraw.h @@ -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 -- 2.27.0