Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinmultiwindowwm.c1644 #define HINT_NOMINIMIZE (1L<<5) macro
1716 hint |= (HINT_NOFRAME | HINT_NOSYSMENU | HINT_NOMINIMIZE | HINT_NOMAXIMIZE); in winApplyHints()
1727 hint |= HINT_NOMINIMIZE; in winApplyHints()
1754 hint |= (HINT_SKIPTASKBAR | HINT_NOSYSMENU | HINT_NOMINIMIZE | HINT_NOMAXIMIZE); in winApplyHints()
1867 if (hint & HINT_NOMINIMIZE) in winApplyHints()