Searched refs:xgwa (Results 1 - 7 of 7) sorted by relevance

/solaris-x11-s11/open-src/app/xlock/sun-src/
H A Dhopalong.c90 XWindowAttributes xgwa; local
94 XGetWindowAttributes(dsp, win, &xgwa);
95 hp->centerx = xgwa.width / 2;
96 hp->centery = xgwa.height / 2;
H A Drotor.c119 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 Dimage.c123 XWindowAttributes xgwa; local
133 XGetWindowAttributes(dsp, win, &xgwa);
134 ip->width = xgwa.width;
135 ip->height = xgwa.height;
H A Dqix.c95 XWindowAttributes xgwa; local
105 XGetWindowAttributes(dsp, win, &xgwa);
106 qp->width = xgwa.width;
107 qp->height = xgwa.height;
H A Dswarm.c89 XWindowAttributes xgwa; local
96 XGetWindowAttributes(dsp, win, &xgwa);
97 sp->width = xgwa.width;
98 sp->height = xgwa.height;
H A Dlife.c539 XWindowAttributes xgwa; local
555 XGetWindowAttributes(dsp, win, &xgwa);
556 lp->width = xgwa.width;
557 lp->height = xgwa.height;
H A Dxlock.c778 XWindowAttributes xgwa; local
873 XGetWindowAttributes(dsp, win[screen], &xgwa);
879 0, 0, xgwa.width, xgwa.height);
1058 xgwa.width - passx,

Completed in 18 milliseconds