jdk/src/java.desktop/unix/classes/sun/awt/X11/XDropTargetRegistry.java
changeset 26037 508779ce6619
parent 26004 7507a1b93f67
parent 25859 3317bb8137f4
equal deleted inserted replaced
25992:e9b05e933ddd 26037:508779ce6619
    84         } while (window != 0);
    84         } while (window != 0);
    85 
    85 
    86         return window;
    86         return window;
    87     }
    87     }
    88 
    88 
    89     static final long getDnDProxyWindow() {
    89     static long getDnDProxyWindow() {
    90         return XWindow.getXAWTRootWindow().getWindow();
    90         return XWindow.getXAWTRootWindow().getWindow();
    91     }
    91     }
    92 
    92 
    93     private static final class EmbeddedDropSiteEntry {
    93     private static final class EmbeddedDropSiteEntry {
    94         private final long root;
    94         private final long root;