dwm-flexipatch-zombie/patch/fsignal.h
2021-06-10 23:20:40 -04:00

7 lines
No EOL
123 B
C

typedef struct {
unsigned int signum;
void (*func)(const Arg *);
const Arg arg;
} Signal;
static int fake_signal(void);