rootston: add support for text input and the basic of input method

The compositor acts as a relay between applications using the text-input protocol and input methods using the input-method protocol.

This change implements the basic but useful support for input-method, leaving out grabs as well as popups.
This commit is contained in:
Dorota Czaplejewicz 2018-08-23 11:39:49 +02:00
parent cec7471119
commit 585757d6e6
7 changed files with 394 additions and 0 deletions

View file

@ -9,6 +9,7 @@ sources = [
'main.c',
'output.c',
'seat.c',
'text_input.c',
'virtual_keyboard.c',
'wl_shell.c',
'xdg_shell.c',