JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
made gravitate effectless, waiting for complains ;)
[dwm.git] / client.c
index 74cadb5..5926bb3 100644 (file)
--- a/client.c
+++ b/client.c
@@ -135,6 +135,7 @@ void
 gravitate(Client *c, Bool invert) {
        int dx = 0, dy = 0;
 
+       return;
        switch(c->grav) {
        default:
                break;