Files
my-dwm-flexipatch/patch/push.h
2022-09-23 00:01:22 +02:00

6 lines
161 B
C

static Client * nextc(Client *c, float f);
static Client * prevc(Client *c, float f);
static void pushup(const Arg *arg);
static void pushdown(const Arg *arg);