summaryrefslogtreecommitdiffstats
path: root/include/swaylock/swaylock.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/swaylock/swaylock.h')
-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 {
58 struct wl_compositor *compositor; 58 struct wl_compositor *compositor;
59 struct zwlr_layer_shell_v1 *layer_shell; 59 struct zwlr_layer_shell_v1 *layer_shell;
60 struct zwlr_input_inhibit_manager_v1 *input_inhibit_manager; 60 struct zwlr_input_inhibit_manager_v1 *input_inhibit_manager;
61 struct wl_pointer *pointer;
62 struct wl_keyboard *keyboard;
61 struct wl_shm *shm; 63 struct wl_shm *shm;
62 struct wl_list surfaces; 64 struct wl_list surfaces;
63 struct wl_list images; 65 struct wl_list images;