aboutsummaryrefslogtreecommitdiffstats
path: root/sway/input/cursor.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/input/cursor.c')
-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 1a211c3b..8e39dac1 100644
--- a/sway/input/cursor.c
+++ b/sway/input/cursor.c
@@ -236,7 +236,7 @@ void cursor_update_image(struct sway_cursor *cursor,
236static void cursor_hide(struct sway_cursor *cursor) { 236static void cursor_hide(struct sway_cursor *cursor) {
237 wlr_cursor_set_image(cursor->cursor, NULL, 0, 0, 0, 0, 0, 0); 237 wlr_cursor_set_image(cursor->cursor, NULL, 0, 0, 0, 0, 0, 0);
238 cursor->hidden = true; 238 cursor->hidden = true;
239 wlr_seat_pointer_clear_focus(cursor->seat->wlr_seat); 239 wlr_seat_pointer_notify_clear_focus(cursor->seat->wlr_seat);
240} 240}
241 241
242static int hide_notify(void *data) { 242static int hide_notify(void *data) {