aewl
diff dwm.h @ 630:264f02dd2ad0
removed gravitate for the moment
author | arg@mig29 |
---|---|
date | Mon, 11 Dec 2006 16:45:02 +0100 |
parents | 16ec97b95b4f |
children | d6fbb669fef2 |
line diff
1.1 --- a/dwm.h Mon Dec 11 09:42:16 2006 +0100 1.2 +++ b/dwm.h Mon Dec 11 16:45:02 2006 +0100 1.3 @@ -114,7 +114,6 @@ 1.4 extern void focus(Client *c); /* focus c, c may be NULL */ 1.5 extern Client *getclient(Window w); /* return client of w */ 1.6 extern Client *getctitle(Window w); /* return client of title window */ 1.7 -extern void gravitate(Client *c, Bool invert); /* gravitate c */ 1.8 extern void killclient(Arg *arg); /* kill c nicely */ 1.9 extern void manage(Window w, XWindowAttributes *wa); /* manage new client */ 1.10 extern void resize(Client *c, Bool sizehints, Corner sticky); /* resize c*/