Commit 2ca5798b authored by Zhiyi Zhang's avatar Zhiyi Zhang Committed by Alexandre Julliard

uxtheme: Support TMT_TRANSITIONDURATIONS property.

parent 18eacc6d
......@@ -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""}
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment