screen.c
changeset 780 6dc7578a5107
parent 776 be103ae46dbc
child 782 92862ab407d5
equal deleted inserted replaced
779:e4382ee39888 780:6dc7578a5107
    81 		for(c = stack; c && !isvisible(c); c = c->snext);
    81 		for(c = stack; c && !isvisible(c); c = c->snext);
    82 		focus(c);
    82 		focus(c);
    83 	}
    83 	}
    84 	restack();
    84 	restack();
    85 }
    85 }
       
    86 
    86 void
    87 void
    87 dotile(void) {
    88 dotile(void) {
    88 	unsigned int i, n, nx, ny, nw, nh, mw, mh, tw, th;
    89 	unsigned int i, n, nx, ny, nw, nh, mw, mh, tw, th;
    89 	Client *c;
    90 	Client *c;
    90 
    91