diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-01-01 11:45:08 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-01 11:45:08 -0500 |
commit | b23bd8ea282ae853357d126d6cec0a82c683aaeb (patch) | |
tree | 0f3e5d4ce3adeeae7cf4d8646eb395dd2d0271f0 /include/rootston | |
parent | d438a877fd331bbfa21a17b040dabc6335d2095c (diff) | |
parent | 1fe1d640425d87b104038ee23416e60bd9b9b2fc (diff) | |
download | wlroots-b23bd8ea282ae853357d126d6cec0a82c683aaeb.tar.xz |
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.h | 1 |
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; |