mirror of
https://github.com/swaywm/sway.git
synced 2025-04-04 11:27:47 +03: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
|
@ -58,6 +58,8 @@ struct swaylock_state {
|
|||
struct wl_compositor *compositor;
|
||||
struct zwlr_layer_shell_v1 *layer_shell;
|
||||
struct zwlr_input_inhibit_manager_v1 *input_inhibit_manager;
|
||||
struct wl_pointer *pointer;
|
||||
struct wl_keyboard *keyboard;
|
||||
struct wl_shm *shm;
|
||||
struct wl_list surfaces;
|
||||
struct wl_list images;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue