input: rearm IME once after keyboard focus enter

This commit is contained in:
stalkerg 2026-02-18 17:35:47 +09:00
parent c291194a4e
commit 202fa4c3c8
2 changed files with 29 additions and 0 deletions

View file

@ -256,6 +256,7 @@ struct seat {
} surrounding;
uint32_t serial;
bool rearm_pending;
} ime;
#endif
};