mirror of
https://github.com/cage-kiosk/cage.git
synced 2026-06-30 13:14:41 -04:00
feat: support input method
The ime.c is basically derived from sway's text_input.c.
This commit is contained in:
parent
14d12cfa49
commit
7e046445cd
9 changed files with 960 additions and 19 deletions
|
|
@ -93,6 +93,7 @@ cage_sources = [
|
|||
'seat.c',
|
||||
'view.c',
|
||||
'xdg_shell.c',
|
||||
'ime.c',
|
||||
configure_file(input: 'config.h.in',
|
||||
output: 'config.h',
|
||||
configuration: conf_data),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue