From f8e7ab509c20a50610760c02278ca832a9b3c727 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 27 Apr 2003 22:33:38 +0000 Subject: a more correct for the missing frame problem. don't restack windows when changing the window's layer while it is being managed. --- openbox/stacking.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'openbox/stacking.c') 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* */ -- cgit v1.2.3