projects
/
mikachu
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c78f32
)
better group_full func
author
Dana Jansens
<danakj@orodu.net>
Wed, 6 Jun 2007 16:07:39 +0000
(16:07 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Wed, 6 Jun 2007 16:07:39 +0000
(16:07 +0000)
openbox/client.c
patch
|
blob
|
history
diff --git
a/openbox/client.c
b/openbox/client.c
index 165e545b56d95636c823e1a0215428c75d771796..659fd704705fb6b1196712fa88a28e2455883958 100644
(file)
--- a/
openbox/client.c
+++ b/
openbox/client.c
@@
-2403,7
+2403,9
@@
ObClient *client_search_focus_group_full(ObClient *self)
if (client_focused(c)) return c;
if ((c = client_search_focus_tree(it->data))) return c;
}
- }
+ } else
+ if (client_focused(c)) return c;
+ return NULL;
}
gboolean client_has_parent(ObClient *self)