Searched refs:xgwa (Results 1 - 7 of 7) sorted by relevance
/solaris-x11-s11/open-src/app/xlock/sun-src/ |
H A D | hopalong.c | 90 XWindowAttributes xgwa; local 94 XGetWindowAttributes(dsp, win, &xgwa); 95 hp->centerx = xgwa.width / 2; 96 hp->centery = xgwa.height / 2;
|
H A D | rotor.c | 119 XWindowAttributes xgwa; local 124 XGetWindowAttributes(dsp, win, &xgwa); 125 fs->centerx = xgwa.width / 2; 126 fs->centery = xgwa.height / 2; 136 fs->smallscreen = (xgwa.width < 100); 175 XFillRectangle(dsp, win, Scr[screen].gc, 0, 0, xgwa.width, xgwa.height);
|
H A D | image.c | 123 XWindowAttributes xgwa; local 133 XGetWindowAttributes(dsp, win, &xgwa); 134 ip->width = xgwa.width; 135 ip->height = xgwa.height;
|
H A D | qix.c | 95 XWindowAttributes xgwa; local 105 XGetWindowAttributes(dsp, win, &xgwa); 106 qp->width = xgwa.width; 107 qp->height = xgwa.height;
|
H A D | swarm.c | 89 XWindowAttributes xgwa; local 96 XGetWindowAttributes(dsp, win, &xgwa); 97 sp->width = xgwa.width; 98 sp->height = xgwa.height;
|
H A D | life.c | 539 XWindowAttributes xgwa; local 555 XGetWindowAttributes(dsp, win, &xgwa); 556 lp->width = xgwa.width; 557 lp->height = xgwa.height;
|
H A D | xlock.c | 778 XWindowAttributes xgwa; local 873 XGetWindowAttributes(dsp, win[screen], &xgwa); 879 0, 0, xgwa.width, xgwa.height); 1058 xgwa.width - passx,
|
Completed in 19 milliseconds