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

/solaris-x11-s11/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-s11/open-src/app/xlock/sun-src/
H A Dimage.c77 point icons[MAXICONS]; member in struct:__anon104
97 ip->xb + sunlogo_width * ip->icons[i].x,
98 ip->yb + sunlogo_height * ip->icons[i].y,
101 ip->icons[i].x = random() % ip->ncols;
102 ip->icons[i].y = random() % ip->nrows;
113 ip->xb + sunlogo_width * ip->icons[i].x,
114 ip->yb + sunlogo_height * ip->icons[i].y,

Completed in 20 milliseconds