Searched refs:prgbs (Results 1 – 1 of 1) sorted by relevance
2832 xrgb *prgbs; in ProcQueryColors() local2837 prgbs = calloc(count, sizeof(xrgb)); in ProcQueryColors()2838 if (!prgbs && count) in ProcQueryColors()2841 QueryColors(pcmp, count, (Pixel *) &stuff[1], prgbs, client))) { in ProcQueryColors()2842 free(prgbs); in ProcQueryColors()2854 WriteSwappedDataToClient(client, count * sizeof(xrgb), prgbs); in ProcQueryColors()2856 free(prgbs); in ProcQueryColors()