layout.c
changeset 940 8241aba895d8
parent 939 a1ac5930ba2f
child 941 8c93b982f22e
equal deleted inserted replaced
939:a1ac5930ba2f 940:8241aba895d8
   173 				else
   173 				else
   174 					nh = th - 2 * c->border;
   174 					nh = th - 2 * c->border;
   175 			}
   175 			}
   176 			resize(c, nx, ny, nw, nh, False);
   176 			resize(c, nx, ny, nw, nh, False);
   177 			if(n > 1 && th != wah)
   177 			if(n > 1 && th != wah)
   178 				ny += nh;
   178 				ny += nh + 2 * c->border;
   179 			i++;
   179 			i++;
   180 		}
   180 		}
   181 		else
   181 		else
   182 			ban(c);
   182 			ban(c);
   183 	focus(NULL);
   183 	focus(NULL);