Mercurial > hg > index.fcgi > dwm > dwm-3.6.1-12pba
diff client.c @ 6:0968b3739b8d
apply keymodes patch
author | paulo@thepaulopc |
---|---|
date | Sun, 12 Jun 2011 14:32:54 -0700 |
parents | a54de16f8277 |
children | c65d4f8dc8fd |
line diff
1.1 --- a/client.c Wed Jan 27 23:28:29 2010 -0800 1.2 +++ b/client.c Sun Jun 12 14:32:54 2011 -0700 1.3 @@ -426,6 +426,11 @@ 1.4 lt->arrange(); 1.5 } 1.6 1.7 +void 1.8 +zoom_insert(Arg *arg) { 1.9 + func_insert(zoom, arg); 1.10 +} 1.11 + 1.12 Client * 1.13 prevtiled(Client *c) { 1.14 for(; c && (c->isversatile || !isvisible(c)); c = c->prev);