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

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86Helper.c1965 RootWinPropPtr pNewProp = NULL, pRegProp; local in function:xf86RegisterRootWindowProperty
1978 for (pNewProp = xf86RegisteredPropertiesTable[ScrnIndex];
1979 pNewProp; pNewProp = pNewProp->next) {
1980 if (strcmp(pNewProp->name, NameForAtom(property)) == 0)
1985 if (!pNewProp) {
1986 if ((pNewProp = (RootWinPropPtr)malloc(sizeof(RootWinProp))) == NULL) {
1993 pNewProp->next = NULL;
1995 free(pNewProp
[all...]

Completed in 32 milliseconds