mirror of
https://github.com/bakkeby/dwm-flexipatch
synced 2024-11-05 00:00:18 +00:00
4 lines
159 B
C
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); |