X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=dwm.h;h=88640b8411315bf206be263eefaa00c273d7d447;hb=a4c4998c8bb00faa6ec877e5643a05d0b2341346;hp=57d628abfc3e47638a9503883677ed180f59bed6;hpb=c225e1afc23e6862f9864bad3b7b11399dda36a1;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);