getatomprop: Add forward declaration

No functional changes, but for every other function we have a forward
declaration here. getatomprop should be no exception.
This commit is contained in:
Chris Down 2020-04-22 15:48:08 +01:00 committed by Hiltjo Posthuma
parent a8e9513783
commit f087d20e6e
1 changed files with 1 additions and 0 deletions

1
dwm.c
View File

@ -169,6 +169,7 @@ static void focus(Client *c);
static void focusin(XEvent *e);
static void focusmon(const Arg *arg);
static void focusstack(const Arg *arg);
static Atom getatomprop(Client *c, Atom prop);
static int getrootptr(int *x, int *y);
static long getstate(Window w);
static int gettextprop(Window w, Atom atom, char *text, unsigned int size);