This website works better with JavaScript
Home
Explore
Help
Sign In
ns
/
dwm
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
applied Alex Elide's tricky patch, thanks!
arg@mig29
19 years ago
parent
19dcbc5717
commit
0a915eba8f
1 changed files
with
0 additions
and
1 deletions
Unified View
Show Diff Stats
0
1
event.c
+ 0
- 1
event.c
View File
@@ -256,7 +256,6 @@ keypress(XEvent *e) {
{
{
if(key[i].func)
if(key[i].func)
key[i].func(&key[i].arg);
key[i].func(&key[i].arg);
- return;
}
}
}
}
}
}