Searched defs:xcolours (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/RDP/client-1.8.3/
H A Dxwin.c3110 XColor *xcolours, *xentry; local
3113 xcolours = (XColor *) xmalloc(sizeof(XColor) * ncolours);
3117 xentry = &xcolours[i];
3123 XStoreColors(g_display, map, xcolours, ncolours);
3125 xfree(xcolours);

Completed in 376 milliseconds