Adding push patch

This commit is contained in:
bakkeby
2019-09-14 00:36:18 +02:00
parent c5b830e6ab
commit 39e161e545
7 changed files with 96 additions and 1 deletions

4
patch/push.h Normal file
View File

@ -0,0 +1,4 @@
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);