Lines Matching refs:zstyle
197 winApplyHints (Display *pDisplay, Window iWindow, HWND hWnd, HWND *zstyle);
200 winUpdateWindowPosition (HWND hWnd, Bool reshape, HWND *zstyle);
743 HWND zstyle = HWND_NOTOPMOST;
744 winApplyHints (pWMInfo->pDisplay, pNode->msg.iWindow, pNode->msg.hwndWindow, &zstyle);
745 winUpdateWindowPosition (pNode->msg.hwndWindow, TRUE, &zstyle);
1546 winApplyHints (Display *pDisplay, Window iWindow, HWND hWnd, HWND *zstyle)
1581 if (*pAtom == belowState) *zstyle = HWND_BOTTOM;
1582 else if (*pAtom == aboveState) *zstyle = HWND_TOPMOST;
1616 *zstyle = HWND_TOPMOST;
1649 if (style & STYLE_TOPMOST) *zstyle = HWND_TOPMOST;
1652 else if (style & STYLE_BOTTOM) *zstyle = HWND_BOTTOM;
1683 winUpdateWindowPosition (HWND hWnd, Bool reshape, HWND *zstyle)
1736 SetWindowPos (hWnd, *zstyle, rcNew.left, rcNew.top,