Skip to content

Commit

Permalink
getatomprop: Add forward declaration
Browse files Browse the repository at this point in the history
No functional changes, but for every other function we have a forward
declaration here. getatomprop should be no exception.
  • Loading branch information
cdown authored and hiltjo committed Apr 22, 2020
1 parent a8e9513 commit f087d20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dwm.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit f087d20

Please sign in to comment.