mirror of
https://github.com/cage-kiosk/cage.git
synced 2026-03-10 05:34:14 -04:00
feat: support input method
The ime.c is basically derived from sway's text_input.c.
This commit is contained in:
parent
360e259ca5
commit
d2316a3407
9 changed files with 960 additions and 19 deletions
5
view.h
5
view.h
|
|
@ -15,10 +15,11 @@
|
|||
#include "server.h"
|
||||
|
||||
enum cg_view_type {
|
||||
CAGE_XDG_SHELL_VIEW,
|
||||
CAGE_XDG_SHELL_VIEW = 0,
|
||||
#if CAGE_HAS_XWAYLAND
|
||||
CAGE_XWAYLAND_VIEW,
|
||||
CAGE_XWAYLAND_VIEW = 1,
|
||||
#endif
|
||||
CAGE_INPUT_POPUP_VIEW = 2,
|
||||
};
|
||||
|
||||
struct cg_view {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue