examples/scene-graph: new example

This commit is contained in:
Simon Ser 2020-05-06 17:30:53 +02:00
parent 68644f26bc
commit f686fbd0c6
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
2 changed files with 185 additions and 0 deletions

View file

@ -48,6 +48,10 @@ compositors = {
'src': 'output-layers.c',
'proto': ['xdg-shell'],
},
'scene-graph': {
'src': 'scene-graph.c',
'proto': ['xdg-shell'],
},
}
clients = {