src/solaris/classes/sun/awt/X11/XComponentPeer.java

Print this page

        

*** 333,343 **** // then we can proceed with children, otherwise we retreat. if (!(res && parentWindow.isFocused())) { return rejectFocusRequestHelper("Waiting for asynchronous processing of the request"); } return XKeyboardFocusManagerPeer.deliverFocus(lightweightChild, ! (Component)target, temporary, focusedWindowChangeAllowed, time, cause); // Motif compatibility code case XKeyboardFocusManagerPeer.SNFH_SUCCESS_HANDLED: --- 333,343 ---- // then we can proceed with children, otherwise we retreat. if (!(res && parentWindow.isFocused())) { return rejectFocusRequestHelper("Waiting for asynchronous processing of the request"); } return XKeyboardFocusManagerPeer.deliverFocus(lightweightChild, ! target, temporary, focusedWindowChangeAllowed, time, cause); // Motif compatibility code case XKeyboardFocusManagerPeer.SNFH_SUCCESS_HANDLED: