mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
fullscreen-shell-v1: initial protocol implementation
This commit is contained in:
parent
aebd74243f
commit
86f263a0b8
7 changed files with 434 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue