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

/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_Window.h40 jfieldID winAttr; member in struct:MWindowPeerIDs
H A Dawt_MToolkit.c1745 XWindowAttributes winAttr; local
1746 memset(&winAttr, 0, sizeof(XWindowAttributes));
1747 XGetWindowAttributes(awt_display, window, &winAttr);
1748 if (winAttr.override_redirect == TRUE && isFocusableWindow(window)) {
/openjdk7/jdk/src/solaris/native/sun/xawt/
H A DXWindow.c1108 void syncTopLevelPos( Display *d, Window w, XWindowAttributes *winAttr ) {
1111 XGetWindowAttributes( d, w, winAttr );
1116 if ((winAttr->x != 0) || (winAttr->y != 0)) {
1163 XWindowAttributes winAttr, topAttr; local
1173 XGetWindowAttributes(awt_display, window, &winAttr);
1174 *right = topAttr.width - ((winAttr.width) + *left);
1175 *bottom = topAttr.height - ((winAttr.height) + *top);
1192 XWindowAttributes winAttr; local
1194 XGetWindowAttributes(awt_display, window, &winAttr);
[all...]
/openjdk7/jdk/src/solaris/native/sun/java2d/x11/
H A DX11SurfaceData.c1126 XWindowAttributes winAttr;
1128 Status status = XGetWindowAttributes(awt_display, window, &winAttr);
1134 RootWindowOfScreen(winAttr.screen),
1349 XWindowAttributes winAttr; local
1351 (Window) xsdo->drawable, &winAttr) != 0) {
1352 maxWidth = winAttr.width;
1353 maxHeight = winAttr.height;
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXWindow.java78 XWindowAttributesData winAttr; field in class:XWindow
240 winAttr = new XWindowAttributesData();

Completed in 1300 milliseconds