examples/scene-graph: new example

This commit is contained in:
Simon Ser 2020-05-06 17:30:53 +02:00
parent c7d489b5b6
commit c41bd320be
2 changed files with 203 additions and 0 deletions

View file

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