Searched refs:ecolor (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xsetroot/dist/
H A Dxsetroot.c515 XColor ecolor; local in function:NameToPixel
519 if (!XParseColor(dpy,DefaultColormap(dpy,screen),name,&ecolor)) {
524 if (!XAllocColor(dpy, DefaultColormap(dpy, screen),&ecolor)) {
530 if ((ecolor.pixel != BlackPixel(dpy, screen)) &&
531 (ecolor.pixel != WhitePixel(dpy, screen)) &&
534 return(ecolor.pixel);

Completed in 3 milliseconds