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

/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXDnDDropTargetProtocol.java64 private boolean overXEmbedClient = false; field in class:XDnDDropTargetProtocol
1077 if (!overXEmbedClient) {
1137 overXEmbedClient = true;
1159 if (overXEmbedClient) {
1167 overXEmbedClient = false;
1183 overXEmbedClient = false;
1192 if (ctxt != 0 && overXEmbedClient) {

Completed in 36 milliseconds