removed gravitate for the moment

This commit is contained in:
arg@mig29
2006-12-11 16:45:02 +01:00
parent 4ca3d861f0
commit 629647dfee
3 changed files with 1 additions and 57 deletions

1
dwm.h
View File

@ -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*/