From 95d74e37bd60a42ae36eb4610d8bf24aa3158ca2 Mon Sep 17 00:00:00 2001 From: Alistair Leslie-Hughes Date: Sat, 9 Jun 2018 09:54:55 +1000 Subject: [PATCH] Updated uianimation-stubs patchset Thanks Louis Lenders --- ...-uianimation.idl-add-more-interfaces.patch | 30 ++++++++++++------- 1 file changed, 20 insertions(+), 10 deletions(-) diff --git a/patches/uianimation-stubs/0001-uianimation.idl-add-more-interfaces.patch b/patches/uianimation-stubs/0001-uianimation.idl-add-more-interfaces.patch index b4d1d748..da477890 100644 --- a/patches/uianimation-stubs/0001-uianimation.idl-add-more-interfaces.patch +++ b/patches/uianimation-stubs/0001-uianimation.idl-add-more-interfaces.patch @@ -1,16 +1,15 @@ -From 6d2770010fea043d76085ecad2c69a26f9a8fff8 Mon Sep 17 00:00:00 2001 +From 38a99520ce2f97b4a9a6deb1a5d7ba3b4c3819bd Mon Sep 17 00:00:00 2001 From: Louis Lenders Date: Thu, 7 Jun 2018 11:52:54 +0200 Subject: [PATCH] uianimation.idl: add more interfaces -To: wine-devel Signed-off-by: Louis Lenders --- - include/uianimation.idl | 265 ++++++++++++++++++++++++++++++++++++++++ - 1 file changed, 265 insertions(+) + include/uianimation.idl | 271 +++++++++++++++++++++++++++++++++++++++- + 1 file changed, 270 insertions(+), 1 deletion(-) diff --git a/include/uianimation.idl b/include/uianimation.idl -index 6c026a6ced..922eb3639b 100644 +index 6c026a6ced..557d931d3a 100644 --- a/include/uianimation.idl +++ b/include/uianimation.idl @@ -20,6 +20,13 @@ import "unknwn.idl"; @@ -275,13 +274,22 @@ index 6c026a6ced..922eb3639b 100644 [ uuid(44ca24db-1a92-4149-bab5-fb14d64b401e), version(1.0) -@@ -347,4 +588,28 @@ library UIAnimation +@@ -341,10 +582,38 @@ interface IUIAnimationTimer : IUnknown + library UIAnimation + { + [ +- uuid(bfcd4a0c-06b6-4384-b768-0daa792c380e) ++ uuid(bfcd4a0c-06b6-4384-b768-0daa792c380e), ++ threading(both) + ] + coclass UIAnimationTimer { [default] interface IUIAnimationTimer; } + + [ -+ uuid(4c1fc63a-695c-47e8-a339-1a194be3d0b8) ++ uuid(4c1fc63a-695c-47e8-a339-1a194be3d0b8), ++ threading(both) + ] + coclass UIAnimationManager + { @@ -289,7 +297,8 @@ index 6c026a6ced..922eb3639b 100644 + } + + [ -+ uuid(8a9b1cdd-fcd7-419c-8b44-42fd17db1887) ++ uuid(8a9b1cdd-fcd7-419c-8b44-42fd17db1887), ++ threading(both) + ] + coclass UIAnimationTransitionFactory + { @@ -297,7 +306,8 @@ index 6c026a6ced..922eb3639b 100644 + } + + [ -+ uuid(1d6322ad-aa85-4ef5-a828-86d71067d145) ++ uuid(1d6322ad-aa85-4ef5-a828-86d71067d145), ++ threading(both) + ] + coclass UIAnimationTransitionLibrary + { @@ -305,5 +315,5 @@ index 6c026a6ced..922eb3639b 100644 + } } -- -2.17.0 +2.17.1