aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/tree/root.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/tree/root.h')
-rw-r--r--include/sway/tree/root.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sway/tree/root.h b/include/sway/tree/root.h
index 4b48a651..0aae8938 100644
--- a/include/sway/tree/root.h
+++ b/include/sway/tree/root.h
@@ -41,6 +41,7 @@ struct sway_root {
41 struct wlr_scene_tree *fullscreen; 41 struct wlr_scene_tree *fullscreen;
42 struct wlr_scene_tree *fullscreen_global; 42 struct wlr_scene_tree *fullscreen_global;
43 struct wlr_scene_tree *seat; 43 struct wlr_scene_tree *seat;
44 struct wlr_scene_tree *session_lock;
44 } layers; 45 } layers;
45 46
46#if HAVE_XWAYLAND 47#if HAVE_XWAYLAND