diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-06-21 20:04:35 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-06-21 20:04:35 +0000 |
| commit | 24a489e8e58333d381533c77a4e0d869e0293fa4 (patch) | |
| tree | a231b889ebbf28559ead2f27d0ae51ce51c6c122 /openbox/action.c | |
| parent | eda6085586b4b28aa1fcc01f3d2f31615f70437d (diff) | |
don't activate on raise
Diffstat (limited to 'openbox/action.c')
| -rw-r--r-- | openbox/action.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/action.c b/openbox/action.c index 7bc8ab65..4268987f 100644 --- a/openbox/action.c +++ b/openbox/action.c @@ -1368,7 +1368,7 @@ void action_raiselower(union ActionData *data) ObClient *c = data->client.any.c; client_action_start(data); - stacking_restack_request(c, NULL, Opposite, FALSE); + stacking_restack_request(c, NULL, Opposite); client_action_end(data, config_focus_under_mouse); } |
