mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
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:
parent
a316396eab
commit
b887af9a60
4 changed files with 28 additions and 29 deletions
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue