all repos — dwm @ 86d9851427710ca0f3ab95ae9b6c20361b56e516

my dwm build

except improvements to the mouse handling this is already nearly feature complete
Anselm R. Garbe garbeam@wmii.de
Thu, 13 Jul 2006 21:49:55 +0200
commit

86d9851427710ca0f3ab95ae9b6c20361b56e516

parent

66da15324eef4f85c6dda13eba80430dc4cc97bb

1 files changed, 5 insertions(+), 0 deletions(-)

jump to
M client.cclient.c

@@ -60,8 +60,13 @@

void view(Arg *arg) { + Client *c; + tsel = arg->i; arrange(NULL); + + for(c = clients; c; c = next(c->next)) + draw_client(c); } void