From c9d6d1b0a431e600c53aaf65857e1c295c17cea8 Mon Sep 17 00:00:00 2001 From: zachir Date: Mon, 27 Sep 2021 13:30:30 -0500 Subject: fix issue with pushmup/down in dwm.c --- dwm.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dwm.c') 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); -- cgit v1.2.3