aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/wlr/types/wlr_session_lock_v1.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/wlr/types/wlr_session_lock_v1.h b/include/wlr/types/wlr_session_lock_v1.h
index 981e2240..058bf0d7 100644
--- a/include/wlr/types/wlr_session_lock_v1.h
+++ b/include/wlr/types/wlr_session_lock_v1.h
@@ -12,6 +12,7 @@
#include <stdbool.h>
#include <stdint.h>
#include <wayland-server-core.h>
+#include <wlr/types/wlr_compositor.h>
struct wlr_session_lock_manager_v1 {
struct wl_global *global;
@@ -80,6 +81,8 @@ struct wlr_session_lock_surface_v1 {
// private state
+ struct wlr_surface_synced synced;
+
struct wl_listener output_destroy;
};