ime: wip: add text-input object to seat

This commit is contained in:
Daniel Eklöf 2020-10-10 22:14:35 +02:00
parent d58d0601f6
commit 148bb1ff13
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
5 changed files with 147 additions and 0 deletions

View file

@ -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',