comparison aewl.c @ 770:33cec4282120

removed notice about code by mitch, cause everything special about it is removed now
author meillo@marmaro.de
date Fri, 05 Dec 2008 21:45:42 +0100
parents 49aa8ccceefa
children 59a6f0ba5478
comparison
equal deleted inserted replaced
769:49aa8ccceefa 770:33cec4282120
315 focus(c); 315 focus(c);
316 } 316 }
317 restack(); 317 restack();
318 } 318 }
319 319
320 /* begin code by mitch */
321 void 320 void
322 domax(void) { 321 domax(void) {
323 Client *c; 322 Client *c;
324 323
325 for(c = clients; c; c = c->next) { 324 for(c = clients; c; c = c->next) {
342 for(c = stack; c && !isvisible(c); c = c->snext); 341 for(c = stack; c && !isvisible(c); c = c->snext);
343 focus(c); 342 focus(c);
344 } 343 }
345 restack(); 344 restack();
346 } 345 }
347 /* end code by mitch */
348 346
349 void 347 void
350 focusnext() { 348 focusnext() {
351 Client *c; 349 Client *c;
352 350