diff options
author | Drew DeVault <sir@cmpwn.com> | 2015-12-10 08:04:22 -0500 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2015-12-10 08:05:27 -0500 |
commit | 067ac6cfa7089d9a55d7ddfbb3db59bb51aec8b8 (patch) | |
tree | c88daedfcda91314afe9cfbb077e37f15547d7b8 /include | |
parent | 080a263785cfa4b7f54b90b1fed7a8356714d5d0 (diff) |
Discover swaylock extension in registry
Diffstat (limited to 'include')
-rw-r--r-- | include/client/registry.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/client/registry.h b/include/client/registry.h index 68a9bc02..a6901990 100644 --- a/include/client/registry.h +++ b/include/client/registry.h @@ -3,6 +3,7 @@ #include <wayland-client.h> #include "wayland-desktop-shell-client-protocol.h" +#include "wayland-swaylock-client-protocol.h" #include "list.h" struct output_state { @@ -19,6 +20,7 @@ struct registry { struct wl_shell *shell; struct wl_shm *shm; struct desktop_shell *desktop_shell; + struct lock *swaylock; list_t *outputs; }; |