Searched refs:HINT_BORDER (Results 1 – 1 of 1) sorted by relevance
1640 #define HINT_BORDER (1L<<1) macro1719 hint |= HINT_BORDER; in winApplyHints()1837 (hint & ~HINT_NOFRAME & ~HINT_BORDER & ~HINT_CAPTION) | in winApplyHints()1842 HINT_BORDER; in winApplyHints()1845 (hint & ~HINT_BORDER & ~HINT_CAPTION & ~HINT_SIZEBOX) | in winApplyHints()1860 style = style | ((hint & HINT_BORDER) ? WS_BORDER : 0) | in winApplyHints()