don't let MWM hints override defaultDeco
This commit is contained in:
parent
9170de1831
commit
feac120f4a
1 changed files with 4 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue