mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
wlroots: add support for zwp_text_input_unstable_v3
This commit is contained in:
parent
0347d542ee
commit
427735fcd9
8 changed files with 1267 additions and 0 deletions
|
|
@ -94,6 +94,10 @@ examples = {
|
|||
'src': 'toplevel-decoration.c',
|
||||
'dep': [wayland_client, wlr_protos, wlroots],
|
||||
},
|
||||
'text-input': {
|
||||
'src': 'text-input.c',
|
||||
'dep': [wayland_cursor, wayland_client, wlr_protos, wlroots],
|
||||
},
|
||||
}
|
||||
|
||||
foreach name, info : examples
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue