mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-08 05:34:00 -04:00
ime: wip: add text-input object to seat
This commit is contained in:
parent
d58d0601f6
commit
148bb1ff13
5 changed files with 147 additions and 0 deletions
|
|
@ -78,6 +78,7 @@ foreach prot : [
|
|||
wayland_protocols_datadir + '/unstable/xdg-output/xdg-output-unstable-v1.xml',
|
||||
wayland_protocols_datadir + '/unstable/primary-selection/primary-selection-unstable-v1.xml',
|
||||
wayland_protocols_datadir + '/stable/presentation-time/presentation-time.xml',
|
||||
wayland_protocols_datadir + '/unstable/text-input/text-input-unstable-v3.xml',
|
||||
]
|
||||
|
||||
wl_proto_headers += custom_target(
|
||||
|
|
@ -147,6 +148,7 @@ executable(
|
|||
'commands.c', 'commands.h',
|
||||
'extract.c', 'extract.h',
|
||||
'fdm.c', 'fdm.h',
|
||||
'ime.c', 'ime.h',
|
||||
'input.c', 'input.h',
|
||||
'main.c',
|
||||
'quirks.c', 'quirks.h',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue