mirror of
https://github.com/swaywm/sway.git
synced 2025-11-05 13:29:51 -05:00
swaylock: Support keyboard and pointer disconnects and reconnects
This commit is contained in:
parent
c1f09939ae
commit
b0393ae34b
3 changed files with 15 additions and 5 deletions
|
|
@ -277,7 +277,7 @@ static void handle_global(void *data, struct wl_registry *registry,
|
|||
&wl_shm_interface, 1);
|
||||
} else if (strcmp(interface, wl_seat_interface.name) == 0) {
|
||||
struct wl_seat *seat = wl_registry_bind(
|
||||
registry, name, &wl_seat_interface, 1);
|
||||
registry, name, &wl_seat_interface, 3);
|
||||
wl_seat_add_listener(seat, &seat_listener, state);
|
||||
} else if (strcmp(interface, zwlr_layer_shell_v1_interface.name) == 0) {
|
||||
state->layer_shell = wl_registry_bind(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue