X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/4ca3d861f024d17aeee28744f935fd55dd89a285..629647dfee4251fc4856b70658dff35cf5634057:/dwm.h?ds=sidebyside diff --git a/dwm.h b/dwm.h index 2def8f2..773736d 100644 --- a/dwm.h +++ b/dwm.h @@ -114,7 +114,6 @@ extern void configure(Client *c); /* send synthetic configure event */ extern void focus(Client *c); /* focus c, c may be NULL */ extern Client *getclient(Window w); /* return client of w */ extern Client *getctitle(Window w); /* return client of title window */ -extern void gravitate(Client *c, Bool invert); /* gravitate c */ extern void killclient(Arg *arg); /* kill c nicely */ extern void manage(Window w, XWindowAttributes *wa); /* manage new client */ extern void resize(Client *c, Bool sizehints, Corner sticky); /* resize c*/