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

/solaris-x11-s12/open-src/lib/libXcursor/
H A DMakefile58 # Use /usr/share/icons only, not /usr/X11/share, for consistency with GNOME
59 MODULE_CONFIG_OPTS=--with-icondir=/usr/share/icons \
60 --with-cursorpath='~/.icons:/usr/share/icons:/usr/share/pixmaps'
/solaris-x11-s12/open-src/app/xlock/sun-src/
H A Dimage.c77 point icons[MAXICONS]; member in struct:__anon101
93 ip->xb + sunlogo_width * ip->icons[i].x,
94 ip->yb + sunlogo_height * ip->icons[i].y,
97 ip->icons[i].x = (int) random() % ip->ncols;
98 ip->icons[i].y = (int) random() % ip->nrows;
109 ip->xb + sunlogo_width * ip->icons[i].x,
110 ip->yb + sunlogo_height * ip->icons[i].y,

Completed in 34 milliseconds