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) --- tag.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tag.c') diff --git a/tag.c b/tag.c index 70a1553..798fd0a 100644 --- a/tag.c +++ b/tag.c @@ -117,7 +117,7 @@ tag(Arg *arg) { sel->tags[i] = False; sel->tags[arg->i] = True; sel->weight = arg->i; - arrange(NULL); + arrange(); } void @@ -131,5 +131,5 @@ toggletag(Arg *arg) { if(i == ntags) sel->tags[arg->i] = True; sel->weight = (i == ntags) ? arg->i : i; - arrange(NULL); + arrange(); } -- cgit v1.2.3-54-g00ecf