fix: assign one active engine owner

This commit is contained in:
2026-08-12 15:41:46 +09:00
parent 9c244d1dd1
commit 5ba5cf209c
14 changed files with 212 additions and 13 deletions

View File

@@ -183,7 +183,7 @@ reset(xcb_im_input_context_t *ic)
{
unsigned char buf[Ipcreqsz];
ipcpackreq(buf, 0, 0, Kesc);
ipcpackreset(buf, 0);
if(srvconnect() < 0)
return;
if(ipcsend(srvfd, buf, sizeof buf) < 0 || readresp(ic) < 0)