Lines Matching defs:xxwa
665 XWindowAttributes xxwa;
724 XGetWindowAttributes(dpy, containerWindow, &xxwa);
726 off_x = (xxwa.width - xwa.width) / 2;
727 off_y = xxwa.height - xwa.height - off_x; /*it's magic:-) */
730 XGetWindowAttributes(dpy, rootWindow, &xxwa);
742 if (xx + width > xxwa.width){
743 xx = xxwa.width - width;
745 if (yy + height > xxwa.height){
746 yy = xxwa.height - height;
786 statusWindow->rootH = xxwa.height;
787 statusWindow->rootW = xxwa.width;