Skip to content
Snippets Groups Projects
Commit f087d20e authored by Chris Down's avatar Chris Down Committed by Hiltjo Posthuma
Browse files

getatomprop: Add forward declaration

No functional changes, but for every other function we have a forward
declaration here. getatomprop should be no exception.
parent a8e95137
Branches
Tags
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment