diff options
| author | bakkeby <[email protected]> | 2019-09-07 22:42:01 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2019-09-07 22:42:01 +0200 |
| commit | 7c23a59c38d01a0fae1edf360b4553fe3a0d9e23 (patch) | |
| tree | 6e4b78fccba8ceb26e9a5c5534acc0d674afa84b /patch/rotatestack.h | |
| parent | 2f4916a64eeed1b8b6dc74b8dd728b27cca53a09 (diff) | |
| download | dwm-flexipatch-7c23a59c38d01a0fae1edf360b4553fe3a0d9e23.tar.gz dwm-flexipatch-7c23a59c38d01a0fae1edf360b4553fe3a0d9e23.zip | |
Adding rotatestack patch
Diffstat (limited to 'patch/rotatestack.h')
| -rw-r--r-- | patch/rotatestack.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/patch/rotatestack.h b/patch/rotatestack.h new file mode 100644 index 0000000..c0661fa --- /dev/null +++ b/patch/rotatestack.h @@ -0,0 +1,3 @@ +static void enqueue(Client *c); +static void enqueuestack(Client *c); +static void rotatestack(const Arg *arg);
\ No newline at end of file |
