include: Add UI_ANIMATION_KEYFRAME_STORYBOARD_START constant.
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
0453e56e36
commit
93511e44a6
|
@ -30,6 +30,7 @@ interface IUIAnimationTransitionLibrary;
|
|||
|
||||
typedef DOUBLE UI_ANIMATION_SECONDS;
|
||||
typedef struct { int _; } *UI_ANIMATION_KEYFRAME;
|
||||
const UI_ANIMATION_KEYFRAME UI_ANIMATION_KEYFRAME_STORYBOARD_START = (UI_ANIMATION_KEYFRAME)(-1);
|
||||
|
||||
const UI_ANIMATION_SECONDS UI_ANIMATION_SECONDS_EVENTUALLY = -1.0;
|
||||
|
||||
|
|
Loading…
Reference in New Issue