aboutsummaryrefslogtreecommitdiff
path: root/include/rootston
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2018-01-01 11:45:08 -0500
committerGitHub <noreply@github.com>2018-01-01 11:45:08 -0500
commitb23bd8ea282ae853357d126d6cec0a82c683aaeb (patch)
tree0f3e5d4ce3adeeae7cf4d8646eb395dd2d0271f0 /include/rootston
parentd438a877fd331bbfa21a17b040dabc6335d2095c (diff)
parent1fe1d640425d87b104038ee23416e60bd9b9b2fc (diff)
Merge pull request #544 from emersion/fix-views-outside-output-layout
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;