about summary refs log tree commit diff stats
path: root/dwm.h
diff options
context:
space:
mode:
authorarg@mig29 <unknown>2006-12-11 16:45:02 +0100
committerarg@mig29 <unknown>2006-12-11 16:45:02 +0100
commit629647dfee4251fc4856b70658dff35cf5634057 (patch)
tree0ea4d09bb735784c404f14facfabead470b7ef7b /dwm.h
parent4ca3d861f024d17aeee28744f935fd55dd89a285 (diff)
downloaddwm-629647dfee4251fc4856b70658dff35cf5634057.tar.gz
removed gravitate for the moment
Diffstat (limited to 'dwm.h')
-rw-r--r--dwm.h1
1 files changed, 0 insertions, 1 deletions
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*/