From 5886187c6ef56307f15be475dc62785faf32ef35 Mon Sep 17 00:00:00 2001 From: xdavidwu Date: Fri, 18 Oct 2019 18:57:17 +0800 Subject: Port input method and text input from rootston This ports swaywm/wlroots#1203, swaywm/wlroots#1303, swaywm/wlroots#1308, swaywm/wlroots#1759 rootston part to sway. Co-Authored-By: Leo Chen --- sway/meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'sway/meson.build') diff --git a/sway/meson.build b/sway/meson.build index 8a549108..226e6458 100644 --- a/sway/meson.build +++ b/sway/meson.build @@ -33,6 +33,7 @@ sway_sources = files( 'input/seatop_resize_tiling.c', 'input/switch.c', 'input/tablet.c', + 'input/text_input.c', 'config/bar.c', 'config/output.c', -- cgit v1.2.3-54-g00ecf