From 1a3026499753ea68cfe078f4fb47ff739ac33708 Mon Sep 17 00:00:00 2001 From: NRK Date: Thu, 14 Jul 2022 07:27:34 +0600 Subject: use named parameter for func prototype all the other prototypes use names. --- dwm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dwm.c') diff --git a/dwm.c b/dwm.c index a41a37b..2364cad 100644 --- a/dwm.c +++ b/dwm.c @@ -201,7 +201,7 @@ static void motionnotify(XEvent *e); static void movemouse(const Arg *arg); static Client *nexttiled(Client *c); static void opacity(Client *c, double opacity); -static void pop(Client *); +static void pop(Client *c); static void propertynotify(XEvent *e); static void quit(const Arg *arg); static Monitor *recttomon(int x, int y, int w, int h); -- cgit v1.2.3