aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/wlr/types/wlr_scene.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/wlr/types/wlr_scene.h b/include/wlr/types/wlr_scene.h
index 17516aaf..538b8941 100644
--- a/include/wlr/types/wlr_scene.h
+++ b/include/wlr/types/wlr_scene.h
@@ -109,6 +109,10 @@ struct wlr_scene_output {
struct wlr_output_damage *damage;
int x, y;
+
+ // private state
+
+ bool prev_scanout;
};
typedef void (*wlr_scene_node_iterator_func_t)(struct wlr_scene_node *node,