jdk/src/java.desktop/unix/classes/sun/awt/X11/XDropTargetContextPeer.java
changeset 33674 566777f73c32
parent 32865 f9cb6e427f9e
equal deleted inserted replaced
33673:ab8e6d8e3ab9 33674:566777f73c32
    39 import sun.awt.SunToolkit;
    39 import sun.awt.SunToolkit;
    40 
    40 
    41 import sun.awt.dnd.SunDropTargetContextPeer;
    41 import sun.awt.dnd.SunDropTargetContextPeer;
    42 import sun.awt.dnd.SunDropTargetEvent;
    42 import sun.awt.dnd.SunDropTargetEvent;
    43 
    43 
    44 import sun.misc.Unsafe;
    44 import jdk.internal.misc.Unsafe;
    45 
    45 
    46 /**
    46 /**
    47  * The XDropTargetContextPeer is the class responsible for handling
    47  * The XDropTargetContextPeer is the class responsible for handling
    48  * the interaction between the XDnD/Motif DnD subsystem and Java drop targets.
    48  * the interaction between the XDnD/Motif DnD subsystem and Java drop targets.
    49  *
    49  *