Searched refs:xgwa (Results 1 - 7 of 7) sorted by relevance
/solaris-x11-s12/open-src/app/xlock/sun-src/ |
H A D | hopalong.c | 86 XWindowAttributes xgwa; local 90 XGetWindowAttributes(dsp, win, &xgwa); 91 hp->centerx = xgwa.width / 2; 92 hp->centery = xgwa.height / 2;
|
H A D | rotor.c | 115 XWindowAttributes xgwa; local 120 XGetWindowAttributes(dsp, win, &xgwa); 121 fs->centerx = xgwa.width / 2; 122 fs->centery = xgwa.height / 2; 132 fs->smallscreen = (Boolean) (xgwa.width < 100); 169 XFillRectangle(dsp, win, Scr[screen].gc, 0, 0, xgwa.width, xgwa.height);
|
H A D | image.c | 118 XWindowAttributes xgwa; local 128 XGetWindowAttributes(dsp, win, &xgwa); 129 ip->width = xgwa.width; 130 ip->height = xgwa.height;
|
H A D | qix.c | 91 XWindowAttributes xgwa; local 104 XGetWindowAttributes(dsp, win, &xgwa); 105 qp->width = xgwa.width; 106 qp->height = xgwa.height;
|
H A D | swarm.c | 85 XWindowAttributes xgwa; local 94 XGetWindowAttributes(dsp, win, &xgwa); 95 sp->width = xgwa.width; 96 sp->height = xgwa.height;
|
H A D | life.c | 529 XWindowAttributes xgwa; local 545 XGetWindowAttributes(dsp, win, &xgwa); 546 lp->width = xgwa.width; 547 lp->height = xgwa.height;
|
H A D | xlock.c | 787 XWindowAttributes xgwa; local 867 XGetWindowAttributes(dsp, win[screen], &xgwa); 873 0, 0, xgwa.width, xgwa.height); 1034 xgwa.width - passx,
|
Completed in 436 milliseconds