Add ext-foreign-toplevel example

This commit is contained in:
Isaac Freund 2021-01-02 19:31:20 +01:00
parent 1785a50b75
commit c5e9e08bb4
No known key found for this signature in database
GPG key ID: 86DED400DDFD7A11
2 changed files with 433 additions and 0 deletions

View file

@ -161,6 +161,14 @@ clients = {
'xdg-shell',
],
},
'ext-foreign-toplevel': {
'src': 'ext-foreign-toplevel.c',
'dep': [],
'proto': [
'foreign-toplevel-info-unstable-v1',
'foreign-toplevel-management-unstable-v1',
],
},
'foreign-toplevel': {
'src': 'foreign-toplevel.c',
'dep': [wlroots],