suckless-utils/dwm-flexipatch/patch/fsignal.h

9 lines
125 B
C
Raw Normal View History

2023-09-14 16:27:51 +02:00
typedef struct {
unsigned int signum;
void (*func)(const Arg *);
const Arg arg;
} Signal;
static int fake_signal(void);