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:
d30ea87
)
this goes away by popular request (focus_order_to_bottom in action_lower)
author
Mikael Magnusson
<mikachu@comhem.se>
Sat, 10 Apr 2004 22:45:32 +0000
(22:45 +0000)
committer
Mikael Magnusson
<mikachu@comhem.se>
Sat, 10 Apr 2004 22:45:32 +0000
(22:45 +0000)
openbox/action.c
patch
|
blob
|
history
diff --git
a/openbox/action.c
b/openbox/action.c
index 81a9ef3e1703f40c80cb95887c10c6f471492da1..fbfb0960f79b5526f2ef368f2bac46b470346652 100644
(file)
--- a/
openbox/action.c
+++ b/
openbox/action.c
@@
-1089,8
+1089,6
@@
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)