mirror of
https://github.com/mintycube/dwm.git
synced 2024-10-22 14:05:45 +02:00
6 lines
161 B
C
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);
|
|
|