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

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1LogoP.h35 LogoPart logo; member in struct:_LogoRec
/solaris-x11-s11/open-src/app/xlock/sun-src/
H A Dimage.c54 static XImage logo = { variable
111 XPutImage(dsp, win, Scr[screen].gc, &logo,
128 logo.data = (char *) sunlogo_bits;
129 logo.width = sunlogo_width;
130 logo.height = sunlogo_height;
131 logo.bytes_per_line = (sunlogo_width + 7) / 8;
H A Dlife.c70 static XImage logo = { variable
369 XPutImage(dsp, win, Scr[screen].gc, &logo,
550 logo.data = (char *) lifeicon_bits;
551 logo.width = icon_width;
552 logo.height = icon_height;
553 logo.bytes_per_line = (icon_width + 7) / 8;

Completed in 201 milliseconds