From 010368150bf814a05e35d8fe34cf20c4739c5781 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Fri, 23 Oct 2015 14:29:19 -0400 Subject: [PATCH] Update set_origin to match wlc changes --- sway/handlers.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sway/handlers.c b/sway/handlers.c index 09c020e91..c0b775db3 100644 --- a/sway/handlers.c +++ b/sway/handlers.c @@ -445,7 +445,7 @@ static bool handle_pointer_motion(wlc_handle handle, uint32_t time, const struct set_focused_container(pointer_state.view); } } - wlc_pointer_set_origin(new_origin); + wlc_pointer_set_origin(&new_origin); return EVENT_PASSTHROUGH; }