aboutsummaryrefslogtreecommitdiffstats
path: root/sway/handlers.c
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <ddevault@linode.com>2015-10-23 14:29:19 -0400
committerLibravatar Drew DeVault <ddevault@linode.com>2015-10-23 14:29:35 -0400
commit010368150bf814a05e35d8fe34cf20c4739c5781 (patch)
tree57f71e025b03fc120d6727c680ced1e58477b10c /sway/handlers.c
parentMerge pull request #202 from sce/seamless_mouse_adjustments (diff)
downloadsway-010368150bf814a05e35d8fe34cf20c4739c5781.tar.gz
sway-010368150bf814a05e35d8fe34cf20c4739c5781.tar.zst
sway-010368150bf814a05e35d8fe34cf20c4739c5781.zip
Update set_origin to match wlc changes
Diffstat (limited to 'sway/handlers.c')
-rw-r--r--sway/handlers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/handlers.c b/sway/handlers.c
index 09c020e9..c0b775db 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
445 set_focused_container(pointer_state.view); 445 set_focused_container(pointer_state.view);
446 } 446 }
447 } 447 }
448 wlc_pointer_set_origin(new_origin); 448 wlc_pointer_set_origin(&new_origin);
449 return EVENT_PASSTHROUGH; 449 return EVENT_PASSTHROUGH;
450} 450}
451 451