Re: [Mingw-w64-public] [PATCH v2] dcomp.h: add some missing interfaces

2022-02-26 Thread LIU Hao
在 2022-02-24 23:14, Steve Lhomme 写道: IDCompositionSurface was not modified by the patch that was reverted: https://github.com/mirror/mingw-w64/commit/586baa17bb41dd78addd8cbb6415cfd24d24e925 So that can't be the reason to revert the change. Indeed, when compiled as C++ there is no such error

Re: [Mingw-w64-public] [PATCH v2] dcomp.h: add some missing interfaces

2022-02-24 Thread Steve Lhomme
Hi, Sorry it took so long to reply. It was stuck in my TODO pile. On 2021-10-14 17:21, LIU Hao wrote: 在 2021-10-13 15:41, Steve Lhomme 写道: Hi, I just noticed this code was merged and then reverted. It was an accident to push it. We concluded that there were issues with this patch. One o

Re: [Mingw-w64-public] [PATCH v2] dcomp.h: add some missing interfaces

2021-10-14 Thread LIU Hao
在 2021-10-13 15:41, Steve Lhomme 写道: Hi, I just noticed this code was merged and then reverted. It was an accident to push it. We concluded that there were issues with this patch. One of those errors was: ``` mingw-w64-headers/include/dcomp.h:23:19: error: unknown type name 'IDComposit

Re: [Mingw-w64-public] [PATCH v2] dcomp.h: add some missing interfaces

2021-10-13 Thread Steve Lhomme
Hi, I just noticed this code was merged and then reverted. On 2021-09-17 18:33, LIU Hao wrote: 在 2021-09-16 15:37, Steve Lhomme 写道: +#undef INTERFACE +#define INTERFACE IDCompositionSaturationEffect +DECLARE_INTERFACE_IID_(IDCompositionSaturationEffect, IDCompositionFilterEffect, "A08DEBDA-32

Re: [Mingw-w64-public] [PATCH v2] dcomp.h: add some missing interfaces

2021-09-17 Thread LIU Hao
在 2021-09-16 15:37, Steve Lhomme 写道: +#undef INTERFACE +#define INTERFACE IDCompositionSaturationEffect +DECLARE_INTERFACE_IID_(IDCompositionSaturationEffect, IDCompositionFilterEffect, "A08DEBDA-3258-4FA4-9F16-9174D3FE93B1") +{ +#if defined(_MSC_VER) && defined(__cplusplus) +STDMETHOD(SetSa

[Mingw-w64-public] [PATCH v2] dcomp.h: add some missing interfaces

2021-09-16 Thread Steve Lhomme
* IDCompositionFilterEffect: https://docs.microsoft.com/en-us/windows/win32/api/dcomp/nn-dcomp-idcompositionfiltereffect * IDCompositionSaturationEffect: https://docs.microsoft.com/en-us/windows/win32/api/dcomp/nn-dcomp-idcompositionsaturationeffect * IDCompositionGaussianBlurEffect: https://doc