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

/solaris-x11-s11/open-src/app/xlock/sun-src/
H A Dlife.c103 static int icon_width, icon_height; variable
371 icon_width, icon_height);
544 icon_width = lifeicon_width;
551 logo.width = icon_width;
553 logo.bytes_per_line = (icon_width + 7) / 8;
558 lp->pixelmode = (lp->width < 4 * icon_width);
563 lp->ncols = min(lp->width / icon_width, MAXCOLS);

Completed in 42 milliseconds