dwm-flexipatch/patch/push.h

6 lines
161 B
C
Raw Normal View History

2022-07-22 09:46:58 +02:00
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);