Fix views outside output layout

This commit is contained in:
emersion 2017-12-31 12:49:06 +01:00
parent 80ed4d4d20
commit 1fe1d64042
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
9 changed files with 151 additions and 106 deletions

View file

@ -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;