Zhiyi Zhang : uxtheme: Support TMT_TRANSITIONDURATIONS property.

Alexandre Julliard julliard at winehq.org
Tue Nov 2 17:27:44 CDT 2021


Module: wine
Branch: master
Commit: 2ca5798b2af6bafc81585f82ea7c28b08bf19b98
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=2ca5798b2af6bafc81585f82ea7c28b08bf19b98

Author: Zhiyi Zhang <zzhang at codeweavers.com>
Date:   Tue Nov  2 14:27:38 2021 +0800

uxtheme: Support TMT_TRANSITIONDURATIONS property.

Signed-off-by: Zhiyi Zhang <zzhang at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/uxtheme/stylemap.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dlls/uxtheme/stylemap.c b/dlls/uxtheme/stylemap.c
index a7928348304..c9a23429511 100644
--- a/dlls/uxtheme/stylemap.c
+++ b/dlls/uxtheme/stylemap.c
@@ -257,6 +257,7 @@ static const MSSTYLES_PROPERTY_MAP mapProperty[] = {
     {TMT_BOOL, TMT_USERPICTURE, L"USERPICTURE"},
     {TMT_RECT, TMT_DEFAULTPANESIZE, L"DEFAULTPANESIZE"},
     {TMT_COLOR, TMT_BLENDCOLOR, L"BLENDCOLOR"},
+    {TMT_INTLIST, TMT_TRANSITIONDURATIONS, L"TRANSITIONDURATIONS"},
     {0, 0, L""}
 };
 




More information about the wine-cvs mailing list