HomeSort by: relevance | last modified time | path
    Searched defs:inherits (Results 1 - 1 of 1) sorted by relevancy

  /xsrc/external/mit/libXcursor/dist/src/
library.c 188 if (!strncmp (line, "Inherits", 8))
230 XcursorInherit inherits[MAX_INHERITS_DEPTH + 1]; local
245 memset (inherits, 0, sizeof (inherits));
248 inherits[d].theme = theme;
250 while (f == NULL && d >= 0 && inherits[d].theme != NULL)
259 dir = _XcursorBuildThemeDir (path, inherits[d].theme);
268 if (!f && inherits[d + 1].line == NULL)
278 inherits[d + 1].line = _XcursorThemeInherits (full);
279 inherits[d + 1].theme = inherits[d + 1].line
    [all...]

Completed in 18 milliseconds