[PATCH 3/6] uxtheme: Support TMT_TRANSITIONDURATIONS property.

Zhiyi Zhang zzhang at codeweavers.com
Tue Nov 2 01:27:38 CDT 2021


Signed-off-by: Zhiyi Zhang <zzhang at codeweavers.com>
---
 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""}
 };
 
-- 
2.32.0




More information about the wine-devel mailing list