HomeSort by: relevance | last modified time | path
    Searched refs:childIDs (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/dix/
dispatch.c 1063 Window *childIDs = (Window *) NULL;
1084 childIDs = xallocarray(numChildren, sizeof(Window));
1085 if (!childIDs)
1089 childIDs[curChild++] = pChild->drawable.id;
1099 childIDs);
1100 free(childIDs);
  /xsrc/external/mit/xorg-server.old/dist/dix/
dispatch.c 956 Window *childIDs = (Window *)NULL;
978 childIDs = malloc(numChildren * sizeof(Window));
979 if (!childIDs)
982 childIDs[curChild++] = pChild->drawable.id;
992 WriteSwappedDataToClient(client, numChildren * sizeof(Window), childIDs);
993 free(childIDs);

Completed in 7 milliseconds