dwm-flexipatch/patch/fsignal.h

9 lines
125 B
C
Raw Permalink Normal View History

2023-12-13 21:10:37 -06:00
typedef struct {
unsigned int signum;
void (*func)(const Arg *);
const Arg arg;
} Signal;
static int fake_signal(void);