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

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1Logo.c36 XtOffset(LogoWidget,logo.fgpixel), XtRString, "Black"},
38 XtOffset(LogoWidget,logo.reverse_video), XtRString, "FALSE"},
90 if (w->logo.reverse_video) {
91 Pixel fg = w->logo.fgpixel;
96 w->logo.fgpixel = bg;
100 gcv.foreground = w->logo.fgpixel;
101 w->logo.foreGC = XtGetGC((Widget)w, GCForeground, &gcv);
103 w->logo.backGC = XtGetGC((Widget)w, GCForeground, &gcv);
119 XtDestroyGC (w->logo.foreGC);
120 XtDestroyGC (w->logo
[all...]
H A DXaw3_1LogoP.h35 LogoPart logo; member in struct:_LogoRec
/solaris-x11-s11/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-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 21 milliseconds