aboutsummaryrefslogtreecommitdiff
path: root/include/rootston
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2017-12-31 12:49:06 +0100
committeremersion <contact@emersion.fr>2017-12-31 12:49:06 +0100
commit1fe1d640425d87b104038ee23416e60bd9b9b2fc (patch)
tree4cbd4ef5a221a72dcbf635aa1f78c8086976a4e5 /include/rootston
parent80ed4d4d20807f021c473b77d44ce6b464afc0c7 (diff)
Fix views outside output layout
Diffstat (limited to 'include/rootston')
-rw-r--r--include/rootston/desktop.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/rootston/desktop.h b/include/rootston/desktop.h
index a016bb94..8d706b65 100644
--- a/include/rootston/desktop.h
+++ b/include/rootston/desktop.h
@@ -47,6 +47,7 @@ struct roots_desktop {
struct wl_listener output_add;
struct wl_listener output_remove;
+ struct wl_listener layout_change;
struct wl_listener xdg_shell_v6_surface;
struct wl_listener wl_shell_surface;
struct wl_listener decoration_new;