mirror of
https://github.com/labwc/labwc.git
synced 2026-03-01 01:40:24 -05:00
layers: take into account usable area when maximizing views
This commit is contained in:
parent
743803de3b
commit
a3ac2f2767
4 changed files with 24 additions and 19 deletions
|
|
@ -133,6 +133,8 @@ struct output {
|
|||
struct wlr_output *wlr_output;
|
||||
struct wlr_output_damage *damage;
|
||||
struct wl_list layers[4];
|
||||
struct wlr_box usable_area;
|
||||
|
||||
struct wl_listener destroy;
|
||||
struct wl_listener damage_frame;
|
||||
struct wl_listener damage_destroy;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue