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:
d50cf29
)
when a window is lowered, move it to the bottom of the focus order list
author
Dana Jansens
<danakj@orodu.net>
Mon, 29 Sep 2003 07:25:00 +0000
(07:25 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Mon, 29 Sep 2003 07:25:00 +0000
(07:25 +0000)
openbox/action.c
patch
|
blob
|
history
diff --git
a/openbox/action.c
b/openbox/action.c
index 7d8197e4eae214c2bf7b5bdf5d9a81a03cb27430..f7389cb341a28b74a11343669ff13538fa70e2ea 100644
(file)
--- a/
openbox/action.c
+++ b/
openbox/action.c
@@
-1054,6
+1054,8
@@
void action_lower(union ActionData *data)
client_action_start(data);
stacking_lower(CLIENT_AS_WINDOW(data->client.any.c));
client_action_end(data);
+
+ focus_order_to_bottom(data->client.any.c);
}
void action_close(union ActionData *data)