Searched defs:xwa (Results 1 - 3 of 3) sorted by relevance
/solaris-x11-s12/open-src/app/xlock/sun-src/ |
H A D | flame.c | 94 XWindowAttributes xwa; local 101 XGetWindowAttributes(dsp, win, &xwa); 102 fs->width = xwa.width; 103 fs->height = xwa.height;
|
H A D | pyro.c | 156 XWindowAttributes xwa; local 164 XGetWindowAttributes(dsp, win, &xwa); 182 bsize = (short) ((xwa.height <= 64) ? 1 : STARSIZE); 194 pp->width = xwa.width; 195 pp->lmargin = xwa.width / 16; 196 pp->rmargin = xwa.width - pp->lmargin; 197 pp->height = xwa.height; 199 pp->cmap = xwa.colormap; 214 pp->maxvelx = (float) (xwa.width) * XVELFACTOR; 216 pp->minvely = -(float) (xwa [all...] |
/solaris-x11-s12/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...] |
Completed in 9 milliseconds