don't let MWM hints override defaultDeco

This commit is contained in:
Mark Tiefenbruck 2008-08-22 07:57:41 -07:00
parent 9170de1831
commit feac120f4a

View file

@ -1104,6 +1104,10 @@ void FluxboxWindow::updateMWMHintsFromClient(WinClient &client) {
}
}
unsigned int mask = decorationMask();
mask &= FbWinFrame::getDecoMaskFromString(screen().defaultDeco());
setDecorationMask(mask, false);
// functions.tabable is ours, not special one
// note that it means this window is "tabbable"
if (hint->flags & MwmHintsFunctions) {