Lines Matching refs:pAtom
1552 Atom type, *pAtom = NULL;
1575 &nitems, &left, (unsigned char **)&pAtom) == Success)
1577 if (pAtom && nitems == 1)
1579 if (*pAtom == hiddenState) maxmin |= HINT_MIN;
1580 else if (*pAtom == fullscreenState) maxmin |= HINT_MAX;
1581 if (*pAtom == belowState) *zstyle = HWND_BOTTOM;
1582 else if (*pAtom == aboveState) *zstyle = HWND_TOPMOST;
1584 if (pAtom) XFree(pAtom);
1606 pAtom = NULL;
1609 &nitems, &left, (unsigned char **)&pAtom) == Success)
1611 if (pAtom && nitems == 1)
1613 if (*pAtom == dockWindow)
1619 if (pAtom) XFree(pAtom);