examples/explicit-sync: new example

This commit is contained in:
Simon Ser 2021-10-20 22:00:39 +02:00
parent 9d04df39fc
commit 98909f0c80
2 changed files with 258 additions and 0 deletions

View file

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