aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAlexander Orzechowski <orzechowski.alexander@gmail.com>2022-06-25 17:58:13 -0400
committerAlexander Orzechowski <orzechowski.alexander@gmail.com>2022-08-14 01:39:20 -0400
commit028606512dfe9fe9d565f600669d06c35aa20f3a (patch)
tree17a1297a2f588b8fd9aa04e829e001fba7594181 /include
parentf411ca040ebac4cede9862a4d443472c25baccc6 (diff)
wlr_scene: Add per scene node visibility
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 a8737921..da0a794a 100644
--- a/include/wlr/types/wlr_scene.h
+++ b/include/wlr/types/wlr_scene.h
@@ -64,6 +64,10 @@ struct wlr_scene_node {
void *data;
struct wlr_addon_set addons;
+
+ // private state
+
+ pixman_region32_t visible;
};
enum wlr_scene_debug_damage_option {