Module: wine Branch: master Commit: 97abb6d2bad51d8c5d63ec1531519d5d642427a3 URL: https://source.winehq.org/git/wine.git/?a=commit;h=97abb6d2bad51d8c5d63ec153...
Author: Ziqing Hui zhui@codeweavers.com Date: Sat Jul 2 23:02:49 2022 +0300
d2d1/effect: Keep builtin effects in the same list as the custom once.
Signed-off-by: Nikolay Sivov nsivov@codeweavers.com
---
dlls/d2d1/d2d1_private.h | 6 ++++ dlls/d2d1/effect.c | 76 ++++++++++++++++++++---------------------------- dlls/d2d1/factory.c | 40 ++++++++++++++++++++++--- dlls/d2d1/tests/d2d1.c | 5 ++++ 4 files changed, 78 insertions(+), 49 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=97abb6d2bad51d8c5d63e...