diff options
| author | Mikael Magnusson <mikachu@comhem.se> | 2004-04-10 22:45:32 +0000 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@comhem.se> | 2004-04-10 22:45:32 +0000 |
| commit | 8ec716f69284c3a5350dda138d9a452a9093c866 (patch) | |
| tree | 900898c2448fad6c4a89d5f99e1ce5a51ab5eeaf /openbox | |
| parent | d30ea87bb1dbbd566e684b03ca624b931636563f (diff) | |
this goes away by popular request (focus_order_to_bottom in action_lower)
Diffstat (limited to 'openbox')
| -rw-r--r-- | openbox/action.c | 2 |
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) |
