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:
parent
18eacc6dc7
commit
2ca5798b2a
|
@ -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""}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue