Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/dix/
H A Dproperty.c575 PropertyPtr pProp, realProp; in ProcListProperties() local
593 realProp = pProp; in ProcListProperties()
594 rc = XaceHookPropertyAccess(client, pWin, &realProp, DixGetAttrAccess); in ProcListProperties()
595 if (rc == Success && realProp == pProp) { in ProcListProperties()