Fix maximized windows interaction with layer shell

If there were no layer surfaces the usable area of the output would be
an empty box.
This commit is contained in:
Drew DeVault 2018-03-29 12:18:13 -04:00
parent a316396eab
commit b887af9a60
4 changed files with 28 additions and 29 deletions

View file

@ -23,6 +23,8 @@ struct roots_output {
struct wlr_box usable_area;
struct wl_listener destroy;
struct wl_listener mode;
struct wl_listener transform;
struct wl_listener damage_frame;
struct wl_listener damage_destroy;
};