tmade gravitate effectless, waiting for complains ;) - dwm - [fork] customized build of dwm, the dynamic window manager
HTML git clone git://src.adamsgaard.dk/dwm
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 069e7a6e2412ea640f9d1d0ade565151f287ef56
DIR parent ac6e34ea06ae4fefbd3fbe16f222a3452c6f4d8c
HTML Author: arg@mig29 <unknown>
Date: Mon, 11 Dec 2006 08:31:30 +0100
made gravitate effectless, waiting for complains ;)
Diffstat:
M client.c | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
DIR diff --git a/client.c b/client.c
t@@ -135,6 +135,7 @@ void
gravitate(Client *c, Bool invert) {
int dx = 0, dy = 0;
+ return;
switch(c->grav) {
default:
break;