mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-24 06:59:45 -05:00
wlr_scene: Add per scene node visibility
This commit is contained in:
parent
f411ca040e
commit
028606512d
2 changed files with 9 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue