summaryrefslogtreecommitdiffhomepage
path: root/dwm.c
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2022-07-28 11:29:50 +0200
committerbakkeby <[email protected]>2022-07-28 11:29:50 +0200
commitd9f79bea73894e1fe1b2a0342dafcfc818d4c0ee (patch)
tree9733e73781eebd3fb98311ee1e807b69bcdb6d88 /dwm.c
parentdf5eba3f8fc32c3843fe6ba35b18743312ed27ed (diff)
downloaddwm-flexipatch-d9f79bea73894e1fe1b2a0342dafcfc818d4c0ee.tar.gz
dwm-flexipatch-d9f79bea73894e1fe1b2a0342dafcfc818d4c0ee.zip
Bump to 9bffa84: use named parameter for func prototype
Ref. https://git.suckless.org/dwm/commit/9bffa845faa181fb3afe05f3dc86ad79c80736be.html
Diffstat (limited to 'dwm.c')
-rw-r--r--dwm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dwm.c b/dwm.c
index 2b3c3cd..67ced01 100644
--- a/dwm.c
+++ b/dwm.c
@@ -673,7 +673,7 @@ static void motionnotify(XEvent *e);
static void movemouse(const Arg *arg);
static Client *nexttiled(Client *c);
#if !ZOOMSWAP_PATCH || TAGINTOSTACK_ALLMASTER_PATCH || TAGINTOSTACK_ONEMASTER_PATCH
-static void pop(Client *);
+static void pop(Client *c);
#endif // !ZOOMSWAP_PATCH / TAGINTOSTACK_ALLMASTER_PATCH / TAGINTOSTACK_ONEMASTER_PATCH
static void propertynotify(XEvent *e);
static void quit(const Arg *arg);