diff options
author | Simon Ser <contact@emersion.fr> | 2021-03-22 19:45:36 +0100 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2021-03-25 19:34:47 +0100 |
commit | 8ecc557ab0770b2a890ff956c27ea9f5877873f3 (patch) | |
tree | 4184b7e1e9d7bddbd28865c94d4a3f9001d49e03 /include/wlr | |
parent | e0258f4506dc9d85a219c13b1e816022a145c65b (diff) |
subsurface: use cached surface state
Diffstat (limited to 'include/wlr')
-rw-r--r-- | include/wlr/types/wlr_surface.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/wlr/types/wlr_surface.h b/include/wlr/types/wlr_surface.h index b44e50f5..b3ff905c 100644 --- a/include/wlr/types/wlr_surface.h +++ b/include/wlr/types/wlr_surface.h @@ -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; |