let the user set the above/below stacking layer easily
This commit is contained in:
parent
056ff3b50c
commit
9ec2da72a5
1 changed files with 2 additions and 0 deletions
|
@ -979,6 +979,8 @@ void OBClient::setStackLayer(int l)
|
|||
_below = true; // below
|
||||
}
|
||||
changeState();
|
||||
calcLayer();
|
||||
Openbox::instance->screen(_screen)->restack(true, this); // raise
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue