Biswapriyo Nath : include/ddraw.h: Add missing UpdateOverlay flags.
Module: wine Branch: master Commit: 577ee2938f89c23a10e63ea9910f2c9c8fdaf426 URL: https://source.winehq.org/git/wine.git/?a=commit;h=577ee2938f89c23a10e63ea99... Author: Biswapriyo Nath <nathbappai(a)gmail.com> Date: Tue Sep 22 10:04:41 2020 +0530 include/ddraw.h: Add missing UpdateOverlay flags. Signed-off-by: Biswapriyo Nath <nathbappai(a)gmail.com> Signed-off-by: Henri Verbeet <hverbeet(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- include/ddraw.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/ddraw.h b/include/ddraw.h index 528c70aa21..6f7cc0ec27 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
participants (1)
-
Alexandre Julliard