Searched defs:xwa (Results 1 - 4 of 4) sorted by relevance
/solaris-x11-s11/open-src/app/xlock/sun-src/ |
H A D | flame.c | 99 XWindowAttributes xwa; local 103 XGetWindowAttributes(dsp, win, &xwa); 104 fs->width = xwa.width; 105 fs->height = xwa.height;
|
H A D | pyro.c | 160 XWindowAttributes xwa; local 164 XGetWindowAttributes(dsp, win, &xwa); 176 bsize = (xwa.height <= 64) ? 1 : STARSIZE; 187 pp->width = xwa.width; 188 pp->lmargin = xwa.width / 16; 189 pp->rmargin = xwa.width - pp->lmargin; 190 pp->height = xwa.height; 192 pp->cmap = xwa.colormap; 207 pp->maxvelx = (float) (xwa.width) * XVELFACTOR; 209 pp->minvely = -(float) (xwa [all...] |
/solaris-x11-s11/open-src/app/xmag_multivis/sun-src/ |
H A D | multivis.c | 192 XWindowAttributes xwa; local 208 if (!XGetWindowAttributes(mvDpy, win, &xwa) 209 || xwa.map_state != IsViewable 210 || xwa.class == InputOnly) { 215 x1 = max(x, xwa.x+px); 216 y1 = max(y, xwa.y+py); 217 width = min(x+wi, xwa.x+xwa.width+2*xwa.border_width+px)-x1; 218 height=min(y+hi, xwa [all...] |
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/ |
H A D | ColorSB.c | 2763 XWindowAttributes xwa; local 2765 XGetWindowAttributes(XtDisplay(w), XtWindow(w), &xwa); local 2767 *visual = viproto.visual = xwa.visual; 2768 viproto.visualid = XVisualIDFromVisual(xwa.visual); 3169 XWindowAttributes xwa; local 3171 XGetWindowAttributes(XtDisplay(newcsb), XtWindow(newcsb), &xwa); local 3172 SetBaseGState(newcsb, xwa.visual);
|
Completed in 49 milliseconds