client.c
changeset 628 a75123ef4b5f
parent 581 601842ee4484
child 629 58851a8806b9
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: