From 2c477cf66147d369ae8ff17acdce743c6811ee6a Mon Sep 17 00:00:00 2001 From: "Anselm R. Garbe" Date: Thu, 22 Feb 2007 11:42:08 +0100 Subject: replaced Arg union with const char *arg, seems cleaner to me, even if we need atoi() in some places --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.c') diff --git a/main.c b/main.c index d06a1b3..e6ba20c 100644 --- a/main.c +++ b/main.c @@ -236,7 +236,7 @@ sendevent(Window w, Atom a, long value) { } void -quit(Arg arg) { +quit(const char *arg) { readin = running = False; } -- cgit v1.2.3-54-g00ecf