examples/output-layers: new example

This commit is contained in:
Simon Ser 2022-08-18 15:55:47 +02:00
parent cd17b18495
commit c3d969d2d4
2 changed files with 298 additions and 0 deletions

View file

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