From 27a51b83e56ac04ffd17b6220db3c2a46e9b09ae Mon Sep 17 00:00:00 2001 From: Alexandros Frantzis Date: Thu, 16 Nov 2017 18:20:59 +0200 Subject: libweston: Use struct timespec for touch up events Change code related to touch up events to use struct timespec to represent time. This commit is part of a larger effort to transition the Weston codebase to struct timespec. Signed-off-by: Alexandros Frantzis Reviewed-by: Pekka Paalanen --- ivi-shell/hmi-controller.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ivi-shell') diff --git a/ivi-shell/hmi-controller.c b/ivi-shell/hmi-controller.c index 9b99668c..f9500ef5 100644 --- a/ivi-shell/hmi-controller.c +++ b/ivi-shell/hmi-controller.c @@ -1591,7 +1591,8 @@ touch_nope_grab_down(struct weston_touch_grab *grab, } static void -touch_move_workspace_grab_up(struct weston_touch_grab *grab, uint32_t time, +touch_move_workspace_grab_up(struct weston_touch_grab *grab, + const struct timespec *time, int touch_id) { struct touch_move_grab *tch_move_grab = (struct touch_move_grab *)grab; -- cgit v1.2.3