From 629647dfee4251fc4856b70658dff35cf5634057 Mon Sep 17 00:00:00 2001 From: "arg@mig29" Date: Mon, 11 Dec 2006 16:45:02 +0100 Subject: removed gravitate for the moment --- dwm.h | 1 - 1 file changed, 1 deletion(-) (limited to 'dwm.h') 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*/ -- cgit v1.2.3-54-g00ecf