dwm/patch/push.h
2019-09-14 00:36:18 +02:00

4 lines
159 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);