From 067ac6cfa7089d9a55d7ddfbb3db59bb51aec8b8 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Thu, 10 Dec 2015 08:04:22 -0500 Subject: Discover swaylock extension in registry --- include/client/registry.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/client') 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 #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; }; -- cgit v1.2.3-54-g00ecf