mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-24 08:56:28 -05:00
Introduce new scene-graph API
A new wlr_scene API has been added, following the design ideas from [1]. The new API contains the minimal set of features required to make the API useful. The goal is to design a solid fundation and add more features in the future. [1]: https://github.com/swaywm/wlroots/issues/1826#issuecomment-564601757
This commit is contained in:
parent
5f645598d8
commit
c7d489b5b6
3 changed files with 378 additions and 0 deletions
|
|
@ -49,6 +49,7 @@ wlr_files += files(
|
|||
'wlr_primary_selection.c',
|
||||
'wlr_region.c',
|
||||
'wlr_relative_pointer_v1.c',
|
||||
'wlr_scene.c',
|
||||
'wlr_screencopy_v1.c',
|
||||
'wlr_server_decoration.c',
|
||||
'wlr_surface.c',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue