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

2021-09-15 Thread LIU Hao
在 2021-09-15 17:32, Steve Lhomme 写道: Hi, On 2021-09-13 18:21, Biswapriyo Nath wrote: * C style comment please. // is available in C since C99. Also I counted 145 such comments in the mingw headers. Some of them are C++ code (e.g. in `gdiplus/`), some of them are too old and nobody has com

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

2021-09-15 Thread Steve Lhomme
Hi, On 2021-09-13 18:21, Biswapriyo Nath wrote: * C style comment please. // is available in C since C99. Also I counted 145 such comments in the mingw headers. * I can not understand why "some of the arguments are replaced with void*". These are methods using interfaces not defined in t

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

2021-09-13 Thread Biswapriyo Nath
* C style comment please. * I can not understand why "some of the arguments are replaced with void*". ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

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

2021-09-13 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