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:
fe2f637
)
save the new glist!
author
Dana Jansens
<danakj@orodu.net>
Wed, 10 Sep 2003 17:39:30 +0000
(17:39 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Wed, 10 Sep 2003 17:39:30 +0000
(17:39 +0000)
openbox/focus.c
patch
|
blob
|
history
diff --git
a/openbox/focus.c
b/openbox/focus.c
index e6e6bba1bf4d20435868b0de9b15c830b07bed01..6ba125ef3ca13d259c39c0c7b2969142ddf8b9d1 100644
(file)
--- a/
openbox/focus.c
+++ b/
openbox/focus.c
@@
-424,7
+424,7
@@
static void to_top(ObClient *c, guint d)
/* insert before first iconic window */
for (it = focus_order[d];
it && !((ObClient*)it->data)->iconic; it = it->next);
- g_list_insert_before(focus_order[d], it, c);
+
focus_order[d] =
g_list_insert_before(focus_order[d], it, c);
}
}