aboutsummaryrefslogtreecommitdiff
path: root/include/wlr
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2021-03-22 19:45:36 +0100
committerSimon Ser <contact@emersion.fr>2021-03-25 19:34:47 +0100
commit8ecc557ab0770b2a890ff956c27ea9f5877873f3 (patch)
tree4184b7e1e9d7bddbd28865c94d4a3f9001d49e03 /include/wlr
parente0258f4506dc9d85a219c13b1e816022a145c65b (diff)
subsurface: use cached surface state
Diffstat (limited to 'include/wlr')
-rw-r--r--include/wlr/types/wlr_surface.h2
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;