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:
9bae1e3
)
dont show the focus popup when theres no target client
author
Dana Jansens
<danakj@orodu.net>
Wed, 9 Apr 2003 17:40:14 +0000
(17:40 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Wed, 9 Apr 2003 17:40:14 +0000
(17:40 +0000)
openbox/action.c
patch
|
blob
|
history
diff --git
a/openbox/action.c
b/openbox/action.c
index 50b1e54556f9e76e0714361b4c8fb18d5548bab6..a9c7737af1a3c9d8e668adeb481a9d3f468906a8 100644
(file)
--- a/
openbox/action.c
+++ b/
openbox/action.c
@@
-750,6
+750,6
@@
void action_cycle_windows(union ActionData *data)
c = focus_cycle(data->cycle.forward, data->cycle.linear, data->cycle.final,
data->cycle.cancel);
- popup_cycle(c, !c
&& (data->cycle.final||data->cycle.cancel)
);
+ popup_cycle(c, !c
|| data->cycle.final || data->cycle.cancel
);
}