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:
Ronan Pigott 2021-08-11 15:18:46 -07:00 committed by Simon Ser
parent acf946fe4c
commit f67ed6772c
2 changed files with 9 additions and 6 deletions

View file

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