Mercurial > dwm-meillo
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 wrap: on
line diff
--- a/dwm.h Mon Dec 11 09:42:16 2006 +0100 +++ b/dwm.h Mon Dec 11 16:45:02 2006 +0100 @@ -114,7 +114,6 @@ 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*/