mirror of
https://github.com/swaywm/sway.git
synced 2025-04-04 03:17:46 +03:00
layer_shell: damage previous area when a surface shrinks
When a layer surface shrinks we need to damage the area it previously occupied, but we don't know the location of all its subsurfaces in the previous state, so instead damage a rectangle that encloses the entire previous extent.
This commit is contained in:
parent
acf946fe4c
commit
f67ed6772c
2 changed files with 9 additions and 6 deletions
|
@ -22,6 +22,7 @@ struct sway_layer_surface {
|
|||
struct wl_listener new_subsurface;
|
||||
|
||||
struct wlr_box geo;
|
||||
struct wlr_box extent;
|
||||
enum zwlr_layer_shell_v1_layer layer;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue