Searched refs:prop_mode (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| H A D | property.c | 467 Mask win_mode = DixGetPropAccess, prop_mode = DixReadAccess; local in function:ProcGetProperty 474 prop_mode |= DixDestroyAccess; 500 rc = dixLookupProperty(&pProp, pWin, stuff->property, client, prop_mode);
|
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | property.c | 456 Mask win_mode = DixGetPropAccess, prop_mode = DixReadAccess; local in function:ProcGetProperty 464 prop_mode |= DixDestroyAccess; 483 rc = dixLookupProperty(&pProp, pWin, stuff->property, client, prop_mode);
|
Completed in 3 milliseconds