Alistair Leslie-Hughes : include: Add UI_ANIMATION_KEYFRAME_STORYBOARD_START constant.
Module: wine Branch: master Commit: 93511e44a6a2996f5387ae2000cc5abec3562a17 URL: https://source.winehq.org/git/wine.git/?a=commit;h=93511e44a6a2996f5387ae200... Author: Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> Date: Mon Jul 29 23:07:42 2019 +0000 include: Add UI_ANIMATION_KEYFRAME_STORYBOARD_START constant. Signed-off-by: Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- include/uianimation.idl | 1 + 1 file changed, 1 insertion(+) diff --git a/include/uianimation.idl b/include/uianimation.idl index e8b366e..631af11 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;
participants (1)
-
Alexandre Julliard