summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2021-09-27 13:30:30 -0500
committerzachir <zachir@librem.one>2021-09-27 13:30:30 -0500
commitc9d6d1b0a431e600c53aaf65857e1c295c17cea8 (patch)
tree5cc6985e98285de7c2beb3eb5ac467549f7b89c0
parentc6fd1a97b14d5b3a0151d3edf289915d7ff38721 (diff)
fix issue with pushmup/down in dwm.c
-rw-r--r--dwm.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/dwm.c b/dwm.c
index aa637c0..49b0aa3 100644
--- a/dwm.c
+++ b/dwm.c
@@ -236,6 +236,8 @@ static Client *prevtiled(Client *c);
static void propertynotify(XEvent *e);
static void pushdown(const Arg *arg);
static void pushup(const Arg *arg);
+static void pushmdown(const Arg *arg);
+static void pushmup(const Arg *arg);
static void quit(const Arg *arg);
static Monitor *recttomon(int x, int y, int w, int h);
static void removesystrayicon(Client *i);