aewl
diff client.c @ 533:a5567a0d3011
do* has no Arg arument anymore (never called directly)
author | Anselm R. Garbe <arg@10kloc.org> |
---|---|
date | Fri, 06 Oct 2006 13:06:37 +0200 |
parents | 651f2c868b31 |
children | 722cffee3770 |
line diff
1.1 --- a/client.c Fri Oct 06 11:50:15 2006 +0200 1.2 +++ b/client.c Fri Oct 06 13:06:37 2006 +0200 1.3 @@ -246,7 +246,7 @@ 1.4 XMapWindow(dpy, c->twin); 1.5 if(isvisible(c)) 1.6 focus(c); 1.7 - arrange(NULL); 1.8 + arrange(); 1.9 } 1.10 1.11 void 1.12 @@ -393,5 +393,5 @@ 1.13 XSync(dpy, False); 1.14 XSetErrorHandler(xerror); 1.15 XUngrabServer(dpy); 1.16 - arrange(NULL); 1.17 + arrange(); 1.18 }