X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/e21d93b7bd5d34f31bc09a576b7d449df5b68c07..50729a2e73bc142ba79aa335012d401fca2391d3:/dwm.h?ds=inline 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);