fullscreen-shell-v1: initial protocol implementation

This commit is contained in:
emersion 2019-01-06 12:08:45 +01:00
parent aebd74243f
commit 86f263a0b8
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
7 changed files with 434 additions and 9 deletions

View file

@ -112,11 +112,15 @@ 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],
},
'fullscreen-shell': {
'src': 'fullscreen-shell.c',
'dep': [wlr_protos, wlroots],
},
}
foreach name, info : examples