getatomprop: Add forward declaration
f087d20e
No functional changes, but for every other function we have a forward declaration here. getatomprop should be no exception.
1 file(s) · +1 −0
No functional changes, but for every other function we have a forward declaration here. getatomprop should be no exception.
| 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); |