examples: add wlr_foreign_toplevel_management_v1 example

This commit is contained in:
Ilia Bozhinov 2018-11-29 11:31:17 +01:00
parent 8cce2d75a9
commit 16175751d6
2 changed files with 362 additions and 0 deletions

View file

@ -108,6 +108,10 @@ examples = {
'text-input': {
'src': 'text-input.c',
'dep': [wayland_cursor, wayland_client, wlr_protos, wlroots],
},
'foreign-toplevel': {
'src': 'foreign-toplevel.c',
'dep': [wayland_client, wlr_protos, wlroots],
},
}