diff options
Diffstat (limited to 'include/client/registry.h')
-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; }; |