Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinmultiwindowwm.c1641 #define HINT_SIZEBOX (1L<<2) macro
1721 hint |= HINT_SIZEBOX; in winApplyHints()
1749 hint = (hint & ~HINT_NOFRAME) | HINT_SKIPTASKBAR | HINT_SIZEBOX; in winApplyHints()
1782 hint = (hint & ~HINT_SIZEBOX); in winApplyHints()
1838 HINT_SIZEBOX; in winApplyHints()
1841 (hint & ~HINT_NOFRAME & ~HINT_SIZEBOX & ~HINT_CAPTION) | in winApplyHints()
1845 (hint & ~HINT_BORDER & ~HINT_CAPTION & ~HINT_SIZEBOX) | in winApplyHints()
1861 ((hint & HINT_SIZEBOX) ? WS_SIZEBOX : 0) | in winApplyHints()