aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sway/input/cursor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/input/cursor.c b/sway/input/cursor.c
index fb4728b4..210e6144 100644
--- a/sway/input/cursor.c
+++ b/sway/input/cursor.c
@@ -431,7 +431,7 @@ static void handle_cursor_motion(struct wl_listener *listener, void *data) {
431 struct sway_node *node = NULL; 431 struct sway_node *node = NULL;
432 double sx, sy; 432 double sx, sy;
433 if (cursor->active_constraint) { 433 if (cursor->active_constraint) {
434 node = node_at_coords(cursor->seat, 434 node_at_coords(cursor->seat,
435 cursor->cursor->x, cursor->cursor->y, &surface, &sx, &sy); 435 cursor->cursor->x, cursor->cursor->y, &surface, &sx, &sy);
436 436
437 if (cursor->active_constraint->surface != surface) { 437 if (cursor->active_constraint->surface != surface) {