mirror of
https://github.com/swaywm/sway.git
synced 2024-11-14 14:34:07 +01:00
Fix cursor events on screen unlock
This commit is contained in:
parent
f855b0898b
commit
a3945223a4
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user