Searched refs:mwm_hint (Results 1 – 1 of 1) sorted by relevance
1712 MwmHints *mwm_hint = xcb_get_property_value(reply); in winApplyHints() local1713 if (mwm_hint && (nitems >= PropMwmHintsElements) && in winApplyHints()1714 (mwm_hint->flags & MwmHintsDecorations)) { in winApplyHints()1715 if (!mwm_hint->decorations) in winApplyHints()1717 else if (!(mwm_hint->decorations & MwmDecorAll)) { in winApplyHints()1718 if (mwm_hint->decorations & MwmDecorBorder) in winApplyHints()1720 if (mwm_hint->decorations & MwmDecorHandle) in winApplyHints()1722 if (mwm_hint->decorations & MwmDecorTitle) in winApplyHints()1724 if (!(mwm_hint->decorations & MwmDecorMenu)) in winApplyHints()1726 if (!(mwm_hint->decorations & MwmDecorMinimize)) in winApplyHints()[all …]