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
|
|
@ -24,6 +24,7 @@ protocols = [
|
|||
'idle.xml',
|
||||
'screenshooter.xml',
|
||||
'server-decoration.xml',
|
||||
'text-input-unstable-v3.xml',
|
||||
'virtual-keyboard-unstable-v1.xml',
|
||||
'wlr-export-dmabuf-unstable-v1.xml',
|
||||
'wlr-gamma-control-unstable-v1.xml',
|
||||
|
|
@ -40,6 +41,7 @@ client_protocols = [
|
|||
[wl_protocol_dir, 'unstable/pointer-constraints/pointer-constraints-unstable-v1.xml'],
|
||||
'idle.xml',
|
||||
'screenshooter.xml',
|
||||
'text-input-unstable-v3.xml',
|
||||
'wlr-export-dmabuf-unstable-v1.xml',
|
||||
'wlr-gamma-control-unstable-v1.xml',
|
||||
'wlr-input-inhibitor-unstable-v1.xml',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue