diff options
author | xdavidwu <[email protected]> | 2019-10-18 18:57:17 +0800 |
---|---|---|
committer | Simon Ser <[email protected]> | 2020-04-04 11:42:04 +0200 |
commit | 5886187c6ef56307f15be475dc62785faf32ef35 (patch) | |
tree | 535283eca78c9a4ea63f26d9a13c1df48fe2b2f6 /sway/meson.build | |
parent | 7c44c769891553d1940285a1264b5fbe8de76c75 (diff) |
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 <[email protected]>
Diffstat (limited to 'sway/meson.build')
-rw-r--r-- | sway/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
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', |