subsurface: use cached surface state

This commit is contained in:
Simon Ser 2021-03-22 19:45:36 +01:00
parent e0258f4506
commit 8ecc557ab0
2 changed files with 14 additions and 18 deletions

View file

@ -162,7 +162,7 @@ struct wlr_subsurface {
struct wlr_subsurface_state current, pending;
struct wlr_surface_state cached;
uint32_t cached_seq;
bool has_cache;
bool synchronized;