mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-02-23 01:40:31 -05:00
Add ext-foreign-toplevel example
This commit is contained in:
parent
1785a50b75
commit
c5e9e08bb4
2 changed files with 433 additions and 0 deletions
|
|
@ -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],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue