X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=dwm.h;h=88640b8411315bf206be263eefaa00c273d7d447;hb=b79b5facb104a653314577bb7f15824396b9e94b;hp=57d628abfc3e47638a9503883677ed180f59bed6;hpb=c53f0fca912e05cddcfbf79d99678b16d183c67d;p=dwm.git diff --git a/dwm.h b/dwm.h index 57d628a..88640b8 100644 --- a/dwm.h +++ b/dwm.h @@ -91,7 +91,6 @@ extern Client *getctitle(Window w); extern void gravitate(Client *c, Bool invert); extern void higher(Client *c); extern void killclient(Arg *arg); -extern void lower(Client *c); extern void manage(Window w, XWindowAttributes *wa); extern void resize(Client *c, Bool sizehints, Corner sticky); extern void setsize(Client *c);