spmenu/libs/key_struct.c

8 lines
126 B
C
Raw Normal View History

typedef struct {
unsigned int mode;
unsigned int mod;
KeySym keysym;
void (*func)(const Arg *);
const Arg arg;
} Key;