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:
508ce53
)
use focus_cycle_stop to cancel focus cycling
author
Dana Jansens
<danakj@orodu.net>
Sat, 26 May 2007 20:52:21 +0000
(20:52 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Sat, 26 May 2007 20:52:21 +0000
(20:52 +0000)
openbox/focus_cycle.c
patch
|
blob
|
history
diff --git
a/openbox/focus_cycle.c
b/openbox/focus_cycle.c
index cb6678d27002128ab5afe407273e77e40b0b6937..81557fe3d3036d0b8946e951cbb23e8e2105c8fd 100644
(file)
--- a/
openbox/focus_cycle.c
+++ b/
openbox/focus_cycle.c
@@
-71,10
+71,9
@@
void focus_cycle_stop()
static void focus_cycle_destroy_notify(ObClient *client, gpointer data)
{
/* end cycling if the target disappears. CurrentTime is fine, time won't
- be used
- */
+ be used */
if (focus_cycle_target == client)
- focus_cycle
(TRUE, TRUE, TRUE, TRUE, TRUE, TRUE, TRUE, TRUE, TRUE
);
+ focus_cycle
_stop(
);
}
/*! Returns if a focus target has valid group siblings that can be cycled