comparison client.c @ 628:a75123ef4b5f

made gravitate effectless, waiting for complains ;)
author arg@mig29
date Mon, 11 Dec 2006 08:31:30 +0100
parents 601842ee4484
children 58851a8806b9
comparison
equal deleted inserted replaced
627:f83ac177a3a0 628:a75123ef4b5f
133 133
134 void 134 void
135 gravitate(Client *c, Bool invert) { 135 gravitate(Client *c, Bool invert) {
136 int dx = 0, dy = 0; 136 int dx = 0, dy = 0;
137 137
138 return;
138 switch(c->grav) { 139 switch(c->grav) {
139 default: 140 default:
140 break; 141 break;
141 case StaticGravity: 142 case StaticGravity:
142 case NorthWestGravity: 143 case NorthWestGravity: