From 20aa8ee67dc528299dbc8735220a1c081c7ff9f6 Mon Sep 17 00:00:00 2001 From: Ryan Dwyer Date: Fri, 25 Jan 2019 08:29:21 +1000 Subject: Implement fullscreen global --- include/sway/tree/root.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/sway/tree/root.h') diff --git a/include/sway/tree/root.h b/include/sway/tree/root.h index 8f4deaa7..9ff45eb5 100644 --- a/include/sway/tree/root.h +++ b/include/sway/tree/root.h @@ -35,6 +35,8 @@ struct sway_root { // For when there's no connected outputs struct sway_output *noop_output; + struct sway_container *fullscreen_global; + struct { struct wl_signal new_node; } events; -- cgit v1.2.3