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

/solaris-x11-s11/open-src/app/xlock/sun-src/
H A Dflame.c67 int pixcol; member in struct:__anon101
114 fs->pixcol = halfrandom(Scr[screen].npixels);
115 XSetForeground(dsp, Scr[screen].gc, Scr[screen].pixels[fs->pixcol]);
178 Scr[screen].pixels[fs->pixcol]);
179 if (--fs->pixcol < 0)
180 fs->pixcol = Scr[screen].npixels - 1;

Completed in 72 milliseconds