summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@comhem.se>2004-04-10 22:45:32 +0000
committerMikael Magnusson <mikachu@comhem.se>2004-04-10 22:45:32 +0000
commit8ec716f69284c3a5350dda138d9a452a9093c866 (patch)
tree900898c2448fad6c4a89d5f99e1ce5a51ab5eeaf
parentd30ea87bb1dbbd566e684b03ca624b931636563f (diff)
this goes away by popular request (focus_order_to_bottom in action_lower)
-rw-r--r--openbox/action.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/openbox/action.c b/openbox/action.c
index 81a9ef3e..fbfb0960 100644
--- 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)