diff options
author | emersion <contact@emersion.fr> | 2018-10-24 14:33:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-24 14:33:33 +0200 |
commit | f2082a3d4c80e96c1e8c75bf8ca442786efb2153 (patch) | |
tree | 913c25041f628e8afb2d7e1f0ab1c4a5f9a20ec5 /include/swaylock/swaylock.h | |
parent | bdb176863c3c45caae70abb909f9eca9f611e78f (diff) | |
parent | 17bb39cd499a2fa423272b62b61368aa0044afe2 (diff) |
Merge pull request #2961 from RyanDwyer/swaylock-multiseat
Add multiseat support to swaylock
Diffstat (limited to 'include/swaylock/swaylock.h')
-rw-r--r-- | include/swaylock/swaylock.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/swaylock/swaylock.h b/include/swaylock/swaylock.h index 25b41a71..18af7ab4 100644 --- a/include/swaylock/swaylock.h +++ b/include/swaylock/swaylock.h @@ -62,8 +62,6 @@ 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; |