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

/openjdk7/jdk/src/solaris/native/sun/xawt/
H A DXWindow.c1163 XWindowAttributes winAttr, topAttr; local
1166 syncTopLevelPos(awt_display, topWin, &topAttr);
1171 *left = screenX - topAttr.x - topAttr.border_width;
1172 *top = screenY - topAttr.y - topAttr.border_width;
1174 *right = topAttr.width - ((winAttr.width) + *left);
1175 *bottom = topAttr.height - ((winAttr.height) + *top);
1176 *border = topAttr.border_width;

Completed in 48 milliseconds