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 a2f11557..307eedd4 100644
--- a/sway/input/cursor.c
+++ b/sway/input/cursor.c
@@ -474,7 +474,7 @@ static void handle_request_set_cursor(struct wl_listener *listener,
474 // TODO: check cursor mode 474 // TODO: check cursor mode
475 if (focused_client == NULL || 475 if (focused_client == NULL ||
476 event->seat_client->client != focused_client) { 476 event->seat_client->client != focused_client) {
477 wlr_log(L_DEBUG, "denying request to set cursor from unfocused client"); 477 wlr_log(WLR_DEBUG, "denying request to set cursor from unfocused client");
478 return; 478 return;
479 } 479 }
480 480