wlroots/types/scene
YaoBing Xiao 04501f8d8b types/scene: split wlr_scene into modular components
Refactor the scene graph implementation by splitting wlr_scene.c
into multiple focused units: buffer, node, rect and tree. Introduce
corresponding public headers for each component.

This reduces the size and complexity of the core scene file, improves
code organization and makes individual parts of the scene graph easier
to maintain and extend.

As part of this refactor, drop unnecessary pointer indirection when
passing scene trees (e.g. &scene->tree → scene->tree) and update all
call sites accordingly.

No functional changes intended.
2026-04-30 14:19:18 +08:00
..
drag_icon.c wlr_scene: Don't disable scene nodes at creation time 2024-07-04 14:35:52 -04:00
layer_shell_v1.c scene/layer_shell_v1: Add support for exclusive_edge 2026-02-24 13:28:46 +00:00
output_layout.c types/scene: split wlr_scene into modular components 2026-04-30 14:19:18 +08:00
subsurface_tree.c types/scene: split wlr_scene into modular components 2026-04-30 14:19:18 +08:00
surface.c types/scene: split wlr_scene into modular components 2026-04-30 14:19:18 +08:00
wlr_scene.c types/scene: split wlr_scene into modular components 2026-04-30 14:19:18 +08:00
wlr_scene_buffer.c types/scene: split wlr_scene into modular components 2026-04-30 14:19:18 +08:00
wlr_scene_node.c types/scene: split wlr_scene into modular components 2026-04-30 14:19:18 +08:00
wlr_scene_rect.c types/scene: split wlr_scene into modular components 2026-04-30 14:19:18 +08:00
wlr_scene_tree.c types/scene: split wlr_scene into modular components 2026-04-30 14:19:18 +08:00
xdg_shell.c xdg-surface: fix window geometry handling 2024-08-14 18:52:13 +00:00