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:
8446e50
)
fix a comment
author
Dana Jansens
<danakj@orodu.net>
Tue, 24 Apr 2007 19:26:48 +0000
(19:26 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Tue, 24 Apr 2007 19:26:48 +0000
(19:26 +0000)
openbox/client.c
patch
|
blob
|
history
diff --git
a/openbox/client.c
b/openbox/client.c
index fceac8755836690df529d53ea88138816ec84013..8098b3dc25e60a85566fcb6773eff775531c25e1 100644
(file)
--- a/
openbox/client.c
+++ b/
openbox/client.c
@@
-385,7
+385,7
@@
void client_manage(Window window)
ob_debug("Want to focus new window 0x%x with time %u (last time %u)\n",
self->window, self->user_time, last_time);
- /* If
a nothing at all
, or a parent was focused, then focus this
+ /* If
nothing is focused
, or a parent was focused, then focus this
always
*/
if (!focus_client || client_search_focus_parent(self) != NULL)