cleanup: simplify frontend request ownership

This commit is contained in:
2026-08-13 21:57:32 +09:00
parent 13f0b436b8
commit b6a9ccd9d9
9 changed files with 74 additions and 79 deletions

3
dat.h
View File

@@ -154,12 +154,11 @@ struct Keyres
struct Keyreq
{
uvlong owner;
void *owner; /* stable until the context's release is acknowledged */
int op;
u32int ks;
u32int mod;
Caret caret;
int want; /* nonzero: include preedit in reply */
Channel *reply;
};