diff options
| author | bakkeby <[email protected]> | 2019-09-14 00:36:18 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2019-09-14 00:36:18 +0200 |
| commit | 39e161e54519c8c28d479d69f5a1be88b59e3dac (patch) | |
| tree | 7d04c12ff971c0eb66eb1b03b27132f861eadd72 /patch/push.h | |
| parent | c5b830e6ab1c570f19ff71badc5c4689c78f86f8 (diff) | |
| download | dwm-flexipatch-39e161e54519c8c28d479d69f5a1be88b59e3dac.tar.gz dwm-flexipatch-39e161e54519c8c28d479d69f5a1be88b59e3dac.zip | |
Adding push patch
Diffstat (limited to 'patch/push.h')
| -rw-r--r-- | patch/push.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/patch/push.h b/patch/push.h new file mode 100644 index 0000000..9cad8b3 --- /dev/null +++ b/patch/push.h @@ -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);
\ No newline at end of file |
