summaryrefslogtreecommitdiff
path: root/push.h
diff options
context:
space:
mode:
Diffstat (limited to 'push.h')
-rw-r--r--push.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/push.h b/push.h
new file mode 100644
index 0000000..59c0f80
--- /dev/null
+++ b/push.h
@@ -0,0 +1,4 @@
+static Client *nexttiled(Client *sel);
+static Client *prevtiled(Client *sel);
+static void pushdown(const Arg *arg);
+static void pushup(const Arg *arg);