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:
6212a5f
)
dont leave the focus indicator hanging around when dialogs are disabled
author
Dana Jansens
<danakj@orodu.net>
Fri, 10 Oct 2003 05:56:12 +0000
(
05:56
+0000)
committer
Dana Jansens
<danakj@orodu.net>
Fri, 10 Oct 2003 05:56:12 +0000
(
05:56
+0000)
openbox/focus.c
patch
|
blob
|
history
diff --git
a/openbox/focus.c
b/openbox/focus.c
index 59e07f5e19ee2659206a78d947befa1f3ca3723c..de346ead98ddefe1a64a9c7ba9e805a9372d97bf 100644
(file)
--- a/
openbox/focus.c
+++ b/
openbox/focus.c
@@
-526,9
+526,8
@@
void focus_cycle(gboolean forward, gboolean linear,
if (cancel) {
focus_cycle_target = NULL;
goto done_cycle;
- } else if (done
&& dialog) {
+ } else if (done
)
goto done_cycle;
- }
if (!focus_order[screen_desktop])
goto done_cycle;
@@
-588,9
+587,8
@@
void focus_directional_cycle(ObDirection dir,
if (cancel) {
focus_cycle_target = NULL;
goto done_cycle;
- } else if (done
&& dialog) {
+ } else if (done
)
goto done_cycle;
- }
if (!focus_order[screen_desktop])
goto done_cycle;