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

/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_InputMethod.c665 XWindowAttributes xxwa; local
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
[all...]

Completed in 39 milliseconds