From 156a13d9f9f9d8df16b184f5ec0c84e6e5b94df6 Mon Sep 17 00:00:00 2001 From: "Devin J. Pohly" Date: Thu, 4 Mar 2021 13:52:58 -0600 Subject: [PATCH] add missing header --- push.h | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 push.h 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);