replaced Arg union with const char *arg, seems cleaner to me, even if we need atoi() in some places
This commit is contained in:
parent
986ca73074
commit
2c477cf661
9 changed files with 189 additions and 184 deletions
2
main.c
2
main.c
|
@ -236,7 +236,7 @@ sendevent(Window w, Atom a, long value) {
|
|||
}
|
||||
|
||||
void
|
||||
quit(Arg arg) {
|
||||
quit(const char *arg) {
|
||||
readin = running = False;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue