aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2018-10-06 01:51:35 +0200
committerGitHub <noreply@github.com>2018-10-06 01:51:35 +0200
commit5d21c33f13f34ed592388512cc092986324c8f35 (patch)
tree190b4d83e65459e1958bce8b725667b45c68a8b4 /include
parentc1f09939ae4b5c0554b9f78921e02b2f9550c4e5 (diff)
parentb0393ae34bf161d769b0761a505cce324d37a2e9 (diff)
Merge pull request #2771 from RyanDwyer/swaylock-seat-capabilities
swaylock: Support keyboard and pointer disconnects and reconnects
Diffstat (limited to 'include')
-rw-r--r--include/swaylock/swaylock.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/swaylock/swaylock.h b/include/swaylock/swaylock.h
index 970e3cc9..fbdd42a8 100644
--- a/include/swaylock/swaylock.h
+++ b/include/swaylock/swaylock.h
@@ -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;