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:
fe88263
)
dont rm focus when i actually found something to fall back to with the pointer
author
Dana Jansens
<danakj@orodu.net>
Fri, 28 Mar 2003 00:16:36 +0000
(
00:16
+0000)
committer
Dana Jansens
<danakj@orodu.net>
Fri, 28 Mar 2003 00:16:36 +0000
(
00:16
+0000)
openbox/focus.c
patch
|
blob
|
history
diff --git
a/openbox/focus.c
b/openbox/focus.c
index a462915740c4e60df713021e5c2f38603eb43fe1..127a3399e740b62466e536baf03387a6d6776e94 100644
(file)
--- a/
openbox/focus.c
+++ b/
openbox/focus.c
@@
-134,8
+134,7
@@
void focus_fallback(gboolean switching_desks)
if (client_focus(it->data))
break;
}
+ if (it == NULL) /* nothing to focus */
+ focus_set_client(NULL);
}
-
- if (it == NULL) /* nothing to focus */
- focus_set_client(NULL);
}