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:
Simon Ser 2019-12-25 18:53:58 +01:00
parent 6357e166f9
commit 7429ba116f
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
3 changed files with 424 additions and 0 deletions

View file

@ -56,6 +56,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',