Skip to content

Commit

Permalink
Fix cursor events on screen unlock
Browse files Browse the repository at this point in the history
  • Loading branch information
ookami committed Oct 8, 2024
1 parent f855b08 commit a394522
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sway/lock.c
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ static void handle_unlock(struct wl_listener *listener, void *data) {
struct sway_output *output = root->outputs->items[i];
arrange_layers(output);
}
cursor_rebase_all();
}

static void handle_abandon(struct wl_listener *listener, void *data) {
Expand Down

0 comments on commit a394522

Please sign in to comment.