From 5983c00b9508d48331b2c57f2c88ea09a8feb291 Mon Sep 17 00:00:00 2001 From: "Anselm R. Garbe" Date: Fri, 6 Oct 2006 13:06:37 +0200 Subject: do* has no Arg arument anymore (never called directly) --- client.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'client.c') diff --git a/client.c b/client.c index 60f1cbe..c65a42b 100644 --- a/client.c +++ b/client.c @@ -246,7 +246,7 @@ manage(Window w, XWindowAttributes *wa) { XMapWindow(dpy, c->twin); if(isvisible(c)) focus(c); - arrange(NULL); + arrange(); } void @@ -393,5 +393,5 @@ unmanage(Client *c) { XSync(dpy, False); XSetErrorHandler(xerror); XUngrabServer(dpy); - arrange(NULL); + arrange(); } -- cgit v1.2.3-54-g00ecf