Mercurial > hg > index.fcgi > dwm > dwm-3.6.1-12pba
comparison client.c @ 8:e749c30135e9
add tag_n_view()
author | paulo@thepaulopc |
---|---|
date | Tue, 14 Jun 2011 00:33:07 -0700 |
parents | a54de16f8277 |
children | c65d4f8dc8fd |
comparison
equal
deleted
inserted
replaced
1:39c7228ceeaa | 2:90be6b144229 |
---|---|
424 attach(c); | 424 attach(c); |
425 focus(c); | 425 focus(c); |
426 lt->arrange(); | 426 lt->arrange(); |
427 } | 427 } |
428 | 428 |
429 void | |
430 zoom_insert(Arg *arg) { | |
431 func_insert(zoom, arg); | |
432 } | |
433 | |
429 Client * | 434 Client * |
430 prevtiled(Client *c) { | 435 prevtiled(Client *c) { |
431 for(; c && (c->isversatile || !isvisible(c)); c = c->prev); | 436 for(; c && (c->isversatile || !isvisible(c)); c = c->prev); |
432 return c; | 437 return c; |
433 } | 438 } |