projects
/
suckless
/
dwm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19dcbc5
)
applied Alex Elide's tricky patch, thanks!
author
arg@mig29
<unknown>
Mon, 27 Nov 2006 16:51:50 +0000
(17:51 +0100)
committer
arg@mig29
<unknown>
Mon, 27 Nov 2006 16:51:50 +0000
(17:51 +0100)
event.c
patch
|
blob
|
history
diff --git
a/event.c
b/event.c
index edfcc52036217967a256d720f786b54c19d15d4c..4e115523b6b7d38fce0a39faad8231ebc136fe9a 100644
(file)
--- a/
event.c
+++ b/
event.c
@@
-256,7
+256,6
@@
keypress(XEvent *e) {
{
if(key[i].func)
key[i].func(&key[i].arg);
- return;
}
}
}