projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4160963
)
had some code inside the action for loop that didnt belong in there
author
Dana Jansens
<danakj@orodu.net>
Fri, 23 May 2003 01:26:39 +0000
(
01:26
+0000)
committer
Dana Jansens
<danakj@orodu.net>
Fri, 23 May 2003 01:26:39 +0000
(
01:26
+0000)
plugins/keyboard/keyboard.c
patch
|
blob
|
history
diff --git
a/plugins/keyboard/keyboard.c
b/plugins/keyboard/keyboard.c
index b67e738b7009a70d72d6ff859bad1f21c521a66b..5991606adc52e8514179589653214f896b87cb0a 100644
(file)
--- a/
plugins/keyboard/keyboard.c
+++ b/
plugins/keyboard/keyboard.c
@@
-117,11
+117,11
@@
static void event(ObEvent *e, void *foo)
Action *act = it->data;
act->data.cycle.final = TRUE;
act->func(&act->data);
- grabbed_key = NULL;
- grab_keyboard(FALSE);
- reset_chains();
- return;
}
+ grabbed_key = NULL;
+ grab_keyboard(FALSE);
+ reset_chains();
+ return;
}
}
if (e->type == Event_X_KeyRelease)