diff options
Diffstat (limited to 'openbox/stacking.c')
| -rw-r--r-- | openbox/stacking.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/openbox/stacking.c b/openbox/stacking.c index 89b5d530..6ff01721 100644 --- a/openbox/stacking.c +++ b/openbox/stacking.c @@ -81,8 +81,7 @@ static void raise_recursive(Client *client) /* raise transients first */ for (sit = client->transients; sit; sit = sit->next) - if (((Client*)sit->data)->frame) - raise_recursive(sit->data); + raise_recursive(sit->data); /* find 'it' where it is the positiion in the stacking order where 'client' will be inserted *before* */ |
