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

/solaris-x11-s11/open-src/app/xlock/sun-src/
H A Dxlock.c1254 XColor xcolor; local
1256 xcolor.red = red[i] << 8;
1257 xcolor.green = green[i] << 8;
1258 xcolor.blue = blue[i] << 8;
1259 xcolor.flags = DoRed | DoGreen | DoBlue;
1261 if (!XAllocColor(dsp, cmap, &xcolor))
1264 Scr[screen].pixels[i] = xcolor.pixel;

Completed in 21 milliseconds