use named parameter for func prototype 9bffa845
all the other prototypes use names.
NRK · 2022-07-14 07:27 1 file(s) · +2 −2
dwm.c +2 −2
185 185
static void motionnotify(XEvent *e);
186 186
static void movemouse(const Arg *arg);
187 187
static Client *nexttiled(Client *c);
188 -
static void pop(Client *);
188 +
static void pop(Client *c);
189 189
static void propertynotify(XEvent *e);
190 190
static void quit(const Arg *arg);
191 191
static Monitor *recttomon(int x, int y, int w, int h);
209 209
static void spawn(const Arg *arg);
210 210
static void tag(const Arg *arg);
211 211
static void tagmon(const Arg *arg);
212 -
static void tile(Monitor *);
212 +
static void tile(Monitor *m);
213 213
static void togglebar(const Arg *arg);
214 214
static void togglefloating(const Arg *arg);
215 215
static void toggletag(const Arg *arg);