diff options
Diffstat (limited to 'rootston/cursor.c')
-rw-r--r-- | rootston/cursor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rootston/cursor.c b/rootston/cursor.c index 904af67f..94f5520e 100644 --- a/rootston/cursor.c +++ b/rootston/cursor.c @@ -429,7 +429,7 @@ void roots_cursor_handle_request_set_cursor(struct roots_cursor *cursor, } if (event->seat_client->client != focused_client || cursor->mode != ROOTS_CURSOR_PASSTHROUGH) { - wlr_log(L_DEBUG, "Denying request to set cursor from unfocused client"); + wlr_log(WLR_DEBUG, "Denying request to set cursor from unfocused client"); return; } |