JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
replaced Arg union with const char *arg, seems cleaner to me, even if we need atoi...
[dwm.git] / main.c
diff --git a/main.c b/main.c
index d06a1b3..e6ba20c 100644 (file)
--- 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;
 }