From 4cf77e1de4b0be8b7d9374f04ff0e191ce22610a Mon Sep 17 00:00:00 2001 From: emersion Date: Sat, 21 Apr 2018 14:07:22 +0100 Subject: Default to current time when triggering cursor events --- include/sway/input/cursor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/sway/input/cursor.h b/include/sway/input/cursor.h index fcd94437..20c1c903 100644 --- a/include/sway/input/cursor.h +++ b/include/sway/input/cursor.h @@ -29,7 +29,7 @@ struct sway_cursor { void sway_cursor_destroy(struct sway_cursor *cursor); struct sway_cursor *sway_cursor_create(struct sway_seat *seat); -void cursor_send_pointer_motion(struct sway_cursor *cursor, uint32_t time); +void cursor_send_pointer_motion(struct sway_cursor *cursor, uint32_t time_msec); void dispatch_cursor_button(struct sway_cursor *cursor, uint32_t time_msec, uint32_t button, enum wlr_button_state state); -- cgit v1.2.3