getatomprop: Add forward declaration f087d20e
No functional changes, but for every other function we have a forward
declaration here. getatomprop should be no exception.
Chris Down · 2020-04-22 15:48 1 file(s) · +1 −0
dwm.c +1 −0
169 169
static void focusin(XEvent *e);
170 170
static void focusmon(const Arg *arg);
171 171
static void focusstack(const Arg *arg);
172 +
static Atom getatomprop(Client *c, Atom prop);
172 173
static int getrootptr(int *x, int *y);
173 174
static long getstate(Window w);
174 175
static int gettextprop(Window w, Atom atom, char *text, unsigned int size);