tapplied Alex Elide's tricky patch, thanks! - dwm - [fork] customized build of dwm, the dynamic window manager
HTML git clone git://src.adamsgaard.dk/dwm
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 0a915eba8fedeaf6ab5c3a1808962f5467aa8c5e
DIR parent 19dcbc5717bdcef4bcb5be6966be7d86f88152d6
HTML Author: arg@mig29 <unknown>
Date: Mon, 27 Nov 2006 17:51:50 +0100
applied Alex Elide's tricky patch, thanks!
Diffstat:
M event.c | 1 -
1 file changed, 0 insertions(+), 1 deletion(-)
---
DIR diff --git a/event.c b/event.c
t@@ -256,7 +256,6 @@ keypress(XEvent *e) {
{
if(key[i].func)
key[i].func(&key[i].arg);
- return;
}
}
}