diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-01-04 08:50:30 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-01-04 08:50:30 +0000 |
| commit | 9ec2da72a5d57c422537e36f914abc42c16778fa (patch) | |
| tree | c4eac56065f1ff2d9b7380d96c3a2347ceae5131 /src/client.cc | |
| parent | 056ff3b50cddd39b6f45969c17611dc3bf396ae9 (diff) | |
let the user set the above/below stacking layer easily
Diffstat (limited to 'src/client.cc')
| -rw-r--r-- | src/client.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client.cc b/src/client.cc index 381305f7..d87f334d 100644 --- a/src/client.cc +++ b/src/client.cc @@ -979,6 +979,8 @@ void OBClient::setStackLayer(int l) _below = true; // below } changeState(); + calcLayer(); + Openbox::instance->screen(_screen)->restack(true, this); // raise } |
