dotfiles-mirror/dwm/patch/fsignal.h

9 lines
125 B
C
Raw Normal View History

2026-02-05 03:05:24 +03:30
typedef struct {
unsigned int signum;
void (*func)(const Arg *);
const Arg arg;
} Signal;
static int fake_signal(void);