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:
5186d04
)
dont force fallbacks within groups
author
Dana Jansens
<danakj@orodu.net>
Mon, 25 Aug 2003 08:57:09 +0000
(08:57 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Mon, 25 Aug 2003 08:57:09 +0000
(08:57 +0000)
openbox/focus.c
patch
|
blob
|
history
diff --git
a/openbox/focus.c
b/openbox/focus.c
index c30d0e613ffaff3d03c348f975aaa34856a785ac..283294296b444c2c4a7394a407c97b5b40710f06 100644
(file)
--- a/
openbox/focus.c
+++ b/
openbox/focus.c
@@
-190,6
+190,7
@@
void focus_fallback(ObFocusFallbackType type)
}
}
+#if 0
/* try for group relations */
if (old->group) {
GSList *sit;
@@
-204,6
+205,7
@@
void focus_fallback(ObFocusFallbackType type)
return;
}
}
+#endif
}
for (it = focus_order[screen_desktop]; it != NULL; it = it->next)