mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-05-05 06:47:25 -04:00
ime: wip: commit all changes in ‘done()’
This commit is contained in:
parent
b85e2f40bb
commit
5745c610ac
5 changed files with 64 additions and 6 deletions
20
wayland.h
20
wayland.h
|
|
@ -223,8 +223,24 @@ struct seat {
|
|||
|
||||
/* Input Method Editor */
|
||||
struct zwp_text_input_v3 *wl_text_input;
|
||||
//struct {
|
||||
//} ime;
|
||||
struct {
|
||||
struct {
|
||||
char *text;
|
||||
int32_t cursor_begin;
|
||||
int32_t cursor_end;
|
||||
} preedit;
|
||||
|
||||
struct {
|
||||
char *text;
|
||||
} commit;
|
||||
|
||||
struct {
|
||||
uint32_t before_length;
|
||||
uint32_t after_length;
|
||||
} surrounding;
|
||||
|
||||
uint32_t serial;
|
||||
} ime;
|
||||
};
|
||||
|
||||
enum csd_surface {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue