1
0
Fork 1
mirror of https://codeberg.org/dwl/dwl.git synced 2025-02-21 16:17:27 -08:00
dwl/push.h
2022-12-05 22:58:26 -06:00

4 lines
152 B
C

static Client *nexttiled(Client *sel);
static Client *prevtiled(Client *sel);
static void pushdown(const Arg *arg);
static void pushup(const Arg *arg);