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

/solaris-x11-s12/open-src/app/xlogo/
H A DMakefile3 # xlogo - simple application to display the X Window System logo
47 MODULE_DESC = the xlogo application to display the X Window System logo
/solaris-x11-s12/open-src/app/xlock/sun-src/
H A Dimage.c54 static XImage logo = { variable
107 XPutImage(dsp, win, Scr[screen].gc, &logo,
123 logo.data = (char *) sunlogo_bits;
124 logo.width = sunlogo_width;
125 logo.height = sunlogo_height;
126 logo.bytes_per_line = (sunlogo_width + 7) / 8;
H A Dlife.c61 static XImage logo = { variable
359 XPutImage(dsp, win, Scr[screen].gc, &logo,
540 logo.data = (char *) lifeicon_bits;
541 logo.width = icon_width;
542 logo.height = icon_height;
543 logo.bytes_per_line = (icon_width + 7) / 8;

Completed in 52 milliseconds