[PATCH 0/1] MR6570: include: Add new value in DWRITE_GLYPH_IMAGE_FORMATS in dcommon.idl.
From: Biswapriyo Nath <nathbappai(a)gmail.com> Required for https://github.com/mozilla/gecko-dev/blob/a2faa4127e3d08e663efb2db42c68afcb0... --- include/dcommon.idl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/include/dcommon.idl b/include/dcommon.idl index 43c82eb8a76..ba38938672f 100644 --- a/include/dcommon.idl +++ b/include/dcommon.idl @@ -49,9 +49,13 @@ typedef enum DWRITE_GLYPH_IMAGE_FORMATS DWRITE_GLYPH_IMAGE_FORMATS_PNG = 1 << 4, DWRITE_GLYPH_IMAGE_FORMATS_JPEG = 1 << 5, DWRITE_GLYPH_IMAGE_FORMATS_TIFF = 1 << 6, - DWRITE_GLYPH_IMAGE_FORMATS_PREMULTIPLIED_B8G8R8A8 = 1 << 7 + DWRITE_GLYPH_IMAGE_FORMATS_PREMULTIPLIED_B8G8R8A8 = 1 << 7, + DWRITE_GLYPH_IMAGE_FORMATS_COLR_PAINT_TREE = 1 << 8, } DWRITE_GLYPH_IMAGE_FORMATS; +cpp_quote("DEFINE_ENUM_FLAG_OPERATORS(DWRITE_GLYPH_IMAGE_FORMATS);") +cpp_quote("#define DWRITE_GLYPH_IMAGE_FORMATS_COLR_PAINT_TREE_DEFINED") + typedef enum D2D1_ALPHA_MODE { D2D1_ALPHA_MODE_UNKNOWN = 0, -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/6570
Hi, It looks like your patch introduced the new failures shown below. Please investigate and fix them before resubmitting your patch. If they are not new, fixing them anyway would help a lot. Otherwise please ask for the known failures list to be updated. The tests also ran into some preexisting test failures. If you know how to fix them that would be helpful. See the TestBot job for the details: The full results can be found at: https://testbot.winehq.org/JobDetails.pl?Key=148701 Your paranoid android. === debian11 (build log) === error: patch failed: include/dcommon.idl:49 Task: Patch failed to apply
participants (3)
-
Biswapriyo Nath -
Biswapriyo Nath (@Biswa96) -
Marvin