swaylock: Support keyboard and pointer disconnects and reconnects

This commit is contained in:
Ryan Dwyer 2018-10-06 09:38:12 +10:00
parent c1f09939ae
commit b0393ae34b
3 changed files with 15 additions and 5 deletions

View file

@ -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;