all repos — openbox @ 9ec2da72a5d57c422537e36f914abc42c16778fa

openbox fork - make it a bit more like ryudo

let the user set the above/below stacking layer easily
Dana Jansens danakj@orodu.net
commit

9ec2da72a5d57c422537e36f914abc42c16778fa

parent

056ff3b50cddd39b6f45969c17611dc3bf396ae9

1 files changed, 2 insertions(+), 0 deletions(-)

jump to
M src/client.ccsrc/client.cc

@@ -979,6 +979,8 @@ _above = false;

_below = true; // below } changeState(); + calcLayer(); + Openbox::instance->screen(_screen)->restack(true, this); // raise }