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

/solaris-x11-s12/open-src/app/xlock/sun-src/
H A Dhopalong.c86 XWindowAttributes xgwa; local
90 XGetWindowAttributes(dsp, win, &xgwa);
91 hp->centerx = xgwa.width / 2;
92 hp->centery = xgwa.height / 2;
H A Drotor.c115 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 Dimage.c118 XWindowAttributes xgwa; local
128 XGetWindowAttributes(dsp, win, &xgwa);
129 ip->width = xgwa.width;
130 ip->height = xgwa.height;
H A Dqix.c91 XWindowAttributes xgwa; local
104 XGetWindowAttributes(dsp, win, &xgwa);
105 qp->width = xgwa.width;
106 qp->height = xgwa.height;
H A Dswarm.c85 XWindowAttributes xgwa; local
94 XGetWindowAttributes(dsp, win, &xgwa);
95 sp->width = xgwa.width;
96 sp->height = xgwa.height;
H A Dlife.c529 XWindowAttributes xgwa; local
545 XGetWindowAttributes(dsp, win, &xgwa);
546 lp->width = xgwa.width;
547 lp->height = xgwa.height;
H A Dxlock.c787 XWindowAttributes xgwa; local
867 XGetWindowAttributes(dsp, win[screen], &xgwa);
873 0, 0, xgwa.width, xgwa.height);
1034 xgwa.width - passx,

Completed in 1469 milliseconds