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

/inkscape/src/
H A Dege-color-prof-tracker.cpp587 Atom* propArray = XListProperties(xdisplay, rootWin, &numWinProps); local
594 if ( propArray ) {
600 if ( baseAtom == propArray[i] ) {
614 if ( atom == propArray[j] ) {
622 XFree(propArray);
623 propArray = 0;

Completed in 55 milliseconds