let the user set the above/below stacking layer easily

This commit is contained in:
Dana Jansens 2003-01-04 08:50:30 +00:00
parent 056ff3b50c
commit 9ec2da72a5

View file

@ -979,6 +979,8 @@ void OBClient::setStackLayer(int l)
_below = true; // below
}
changeState();
calcLayer();
Openbox::instance->screen(_screen)->restack(true, this); // raise
}