diff --git a/dwm.c b/dwm.c index 56e28af..13dbb70 100644 --- a/dwm.c +++ b/dwm.c @@ -352,6 +352,7 @@ static void focusmon(const Arg *arg); #if !STACKER_PATCH static void focusstack(const Arg *arg); #endif // STACKER_PATCH +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);