comparison view.c @ 397:cb8a231610c7

reorder was misssing in Ross version of viewall
author Anselm R. Garbe <arg@10kloc.org>
date Thu, 31 Aug 2006 18:08:28 +0200
parents 7528080beb0e
children 052657ff2e7b
comparison
equal deleted inserted replaced
396:be3be9590d5c 397:cb8a231610c7
278 { 278 {
279 unsigned int i; 279 unsigned int i;
280 280
281 for(i = 0; i < ntags; i++) 281 for(i = 0; i < ntags; i++)
282 seltag[i] = True; 282 seltag[i] = True;
283 reorder();
283 arrange(NULL); 284 arrange(NULL);
284 } 285 }
285 286
286 void 287 void
287 zoom(Arg *arg) 288 zoom(Arg *arg)