Searched refs:pParentNode (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dwindow.c3667 DevCursNodePtr pParentNode, pParentPrev; local in function:WindowParentHasDeviceCursor
3673 &pParentNode, &pParentPrev))
3676 if (!pParentNode->cursor) /* inherited. */
3678 else if (pParentNode->cursor == pCursor) /* inherit */
/xsrc/external/mit/xorg-server/dist/dix/
H A Dwindow.c3605 DevCursNodePtr pParentNode, pParentPrev; local in function:WindowParentHasDeviceCursor
3609 if (WindowSeekDeviceCursor(pParent, pDev, &pParentNode, &pParentPrev)) {
3611 if (!pParentNode->cursor) /* inherited. */
3613 else if (pParentNode->cursor == pCursor) /* inherit */

Completed in 24 milliseconds