Searched defs:nProp (Results 1 - 1 of 1) sorted by relevance
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/ |
H A D | dpsXcmu.c | 1570 int nProp, 1576 if (nProp == 0) { 1581 copy = (XStandardColormap *) calloc(nProp+1, sizeof(XStandardColormap)); 1590 for (i = 0; i < nProp; i++) copy[i+1] = prop[i]; 1594 for (i = 0; i < nProp; i++) copy[i] = prop[i]; 1595 /* i = nProp; (it does already) */ 1599 XSetRGBColormaps(dpy, RootWindow(dpy, vinfo->screen), copy, nProp+1, atom); 1565 DefineProperty( Display *dpy, XStandardColormap *map, XVisualInfo *vinfo, XStandardColormap *prop, int nProp, Atom atom) argument
|
Completed in 15 milliseconds