uxtheme: Support TMT_TRANSITIONDURATIONS property.

Signed-off-by: Zhiyi Zhang <zzhang@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Zhiyi Zhang 2021-11-02 14:27:38 +08:00 committed by Alexandre Julliard
parent 18eacc6dc7
commit 2ca5798b2a
1 changed files with 1 additions and 0 deletions

View File

@ -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""}
};