examples/explicit-sync: new example

This commit is contained in:
Simon Ser 2021-10-20 22:00:39 +02:00
parent 4f5909ca6a
commit 384f2249c7
2 changed files with 264 additions and 0 deletions

View file

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