< prev index next >

src/java.desktop/unix/classes/sun/awt/X11/XDragSourceContextPeer.java

Print this page

        

*** 377,387 **** } /** * Updates the source action according to the specified state. * ! * @returns true if the source */ private boolean updateSourceAction(int state) { int action = SunDragSourceContextPeer.convertModifiersToDropAction(XWindow.getModifiers(state, 0, 0), sourceActions); if (sourceAction == action) { --- 377,387 ---- } /** * Updates the source action according to the specified state. * ! * @return true if the source */ private boolean updateSourceAction(int state) { int action = SunDragSourceContextPeer.convertModifiersToDropAction(XWindow.getModifiers(state, 0, 0), sourceActions); if (sourceAction == action) {
*** 568,578 **** } /** * The caller must own awtLock. * ! * @returns true if the even was processed and shouldn't be passed along. */ private boolean doProcessEvent(XEvent ev) { assert XToolkit.isAWTLockHeldByCurrentThread(); if (processProxyModeEvent(ev)) { --- 568,578 ---- } /** * The caller must own awtLock. * ! * @return true if the even was processed and shouldn't be passed along. */ private boolean doProcessEvent(XEvent ev) { assert XToolkit.isAWTLockHeldByCurrentThread(); if (processProxyModeEvent(ev)) {
< prev index next >