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

/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXWM.java1472 boolean syncTopLevelPos(long window, XWindowAttributes attrs) { method in class:XWM
1533 syncTopLevelPos(parent, lwinAttr);
1557 if (syncTopLevelPos(parent, lwinAttr)) {
1570 syncTopLevelPos(window, lwinAttr);
1580 syncTopLevelPos(parent, lwinAttr);
1599 * XXX: what about timing issues that syncTopLevelPos
/openjdk7/jdk/src/solaris/native/sun/xawt/
H A DXWindow.c1102 /* syncTopLevelPos() is necessary to insure that the window manager has in
1108 void syncTopLevelPos( Display *d, Window w, XWindowAttributes *winAttr ) { function
1166 syncTopLevelPos(awt_display, topWin, &topAttr);

Completed in 37 milliseconds