[PATCH] include: Add UI_ANIMATION_KEYFRAME_STORYBOARD_START constant
29 Jul
2019
29 Jul
'19
11:07 p.m.
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> --- include/uianimation.idl | 1 + 1 file changed, 1 insertion(+) diff --git a/include/uianimation.idl b/include/uianimation.idl index e8b366e8fb9..631af118990 100644 --- a/include/uianimation.idl +++ b/include/uianimation.idl @@ -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; -- 2.17.1
2327
Age (days ago)
2327
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alistair Leslie-Hughes