fix: assign one active engine owner
This commit is contained in:
8
dat.h
8
dat.h
@@ -128,6 +128,12 @@ struct Drawcmd
|
||||
|
||||
typedef struct Keyreq Keyreq;
|
||||
typedef struct Keyres Keyres;
|
||||
enum
|
||||
{
|
||||
Keypress,
|
||||
Keyreset,
|
||||
Keyrelease,
|
||||
};
|
||||
struct Keyres
|
||||
{
|
||||
int eaten;
|
||||
@@ -137,6 +143,8 @@ struct Keyres
|
||||
|
||||
struct Keyreq
|
||||
{
|
||||
uvlong owner;
|
||||
int op;
|
||||
u32int ks;
|
||||
u32int mod;
|
||||
int want; /* nonzero: include preedit in reply */
|
||||
|
||||
Reference in New Issue
Block a user