summaryrefslogtreecommitdiffstats
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 6b8522bf..b5ba5136 100644
--- a/sway/input/cursor.c
+++ b/sway/input/cursor.c
@@ -63,7 +63,7 @@ static struct sway_container *container_at_cursor(struct sway_cursor *cursor,
63 *surface = xsurface->surface; 63 *surface = xsurface->surface;
64 *sx = cursor->x - box.x; 64 *sx = cursor->x - box.x;
65 *sy = cursor->y - box.y; 65 *sy = cursor->y - box.y;
66 return view->swayc; 66 return NULL;
67 } 67 }
68 } 68 }
69 } 69 }