X-Git-Url: https://git.danieliu.xyz/?p=dwm.git;a=blobdiff_plain;f=dwm.c;h=972f261490d190c694cd3dd7f5728003b06b70cf;hp=41c6767d60c443e4ffe5e3519503e5d191163fd8;hb=f087d20e6e60a49c756936b4312f5d194d8e63b4;hpb=a8e9513783f335b1ac7255e40a663adfffc4b475 diff --git a/dwm.c b/dwm.c index 41c6767..972f261 100644 --- a/dwm.c +++ b/dwm.c @@ -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);