Home
last modified time | relevance | path

Searched refs:HINT_NOFRAME (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinmultiwindowwm.c1639 #define HINT_NOFRAME (1L<<0) macro
1716 hint |= (HINT_NOFRAME | HINT_NOSYSMENU | HINT_NOMINIMIZE | HINT_NOMAXIMIZE); in winApplyHints()
1749 hint = (hint & ~HINT_NOFRAME) | HINT_SKIPTASKBAR | HINT_SIZEBOX; in winApplyHints()
1837 (hint & ~HINT_NOFRAME & ~HINT_BORDER & ~HINT_CAPTION) | in winApplyHints()
1841 (hint & ~HINT_NOFRAME & ~HINT_SIZEBOX & ~HINT_CAPTION) | in winApplyHints()
1846 HINT_NOFRAME; in winApplyHints()
1857 else if (hint & HINT_NOFRAME) /* No frame, no decorations */ in winApplyHints()