mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-14 08:22:25 -04:00
Merge branch 'rerender-node' into 'master'
wlr_scene: Add WLR_SCENE_DEBUG_DAMAGE_RENDERER_NODE See merge request wlroots/wlroots!3662
This commit is contained in:
commit
1506d82639
3 changed files with 15 additions and 5 deletions
|
|
@ -84,6 +84,7 @@ struct wlr_scene_node {
|
|||
enum wlr_scene_debug_damage_option {
|
||||
WLR_SCENE_DEBUG_DAMAGE_NONE,
|
||||
WLR_SCENE_DEBUG_DAMAGE_RERENDER,
|
||||
WLR_SCENE_DEBUG_DAMAGE_RERENDER_NODE,
|
||||
WLR_SCENE_DEBUG_DAMAGE_HIGHLIGHT
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue