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

/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXDecoratedPeer.java337 Insets correctWM = getWMSetInsets(null);
338 if (correctWM != null) {
339 insLog.finer("wm-provided insets {0}", correctWM);
342 if (correctWM.equals(dimInsets)) {
350 correctWM = XWM.getWM().getInsets(this, xe.get_window(), xe.get_parent());
352 if (correctWM != null) {
353 insLog.finer("correctWM {0}", correctWM);
355 insLog.finer("correctWM insets are not available, waiting for configureNotify");
359 if (correctWM !
368 handleCorrectInsets(Insets correctWM) argument
[all...]

Completed in 30 milliseconds