summaryrefslogtreecommitdiffhomepage
path: root/patch/rotatestack.h
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2019-09-07 22:42:01 +0200
committerbakkeby <[email protected]>2019-09-07 22:42:01 +0200
commit7c23a59c38d01a0fae1edf360b4553fe3a0d9e23 (patch)
tree6e4b78fccba8ceb26e9a5c5534acc0d674afa84b /patch/rotatestack.h
parent2f4916a64eeed1b8b6dc74b8dd728b27cca53a09 (diff)
downloaddwm-flexipatch-7c23a59c38d01a0fae1edf360b4553fe3a0d9e23.tar.gz
dwm-flexipatch-7c23a59c38d01a0fae1edf360b4553fe3a0d9e23.zip
Adding rotatestack patch
Diffstat (limited to 'patch/rotatestack.h')
-rw-r--r--patch/rotatestack.h3
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