Searched defs:xwa (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_InputMethod.c664 XWindowAttributes xwa; local
711 XGetWindowAttributes(dpy, parent, &xwa);
712 bw = 2; /*xwa.border_width does not have the correct value*/
726 off_x = (xxwa.width - xwa.width) / 2;
727 off_y = xxwa.height - xwa.height - off_x; /*it's magic:-) */
733 parent, xwa.root,
734 xwa.x, xwa.y,
738 yy = y + xwa.height - off_y;
750 xwa
807 XWindowAttributes xwa; local
965 XWindowAttributes xwa; local
[all...]

Completed in 34 milliseconds