From 585757d6e6acd7c8dd15073d849278498066dac1 Mon Sep 17 00:00:00 2001 From: Dorota Czaplejewicz Date: Thu, 23 Aug 2018 11:39:49 +0200 Subject: 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. --- rootston/meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'rootston/meson.build') diff --git a/rootston/meson.build b/rootston/meson.build index 9d1decce..d650dc51 100644 --- a/rootston/meson.build +++ b/rootston/meson.build @@ -9,6 +9,7 @@ sources = [ 'main.c', 'output.c', 'seat.c', + 'text_input.c', 'virtual_keyboard.c', 'wl_shell.c', 'xdg_shell.c', -- cgit v1.2.3