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

/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXDragSourceContextPeer.java83 /* The XID of the root subwindow that contains the current target. */
392 * Returns the client window under the specified root subwindow.
410 private void doUpdateTargetWindow(long subwindow, long time) { argument
416 if (subwindow != 0) {
417 clientWindow = findClientWindow(subwindow);
434 targetRootSubwindow = subwindow;
443 long subwindow = xmotion.get_subwindow();
447 * query the server for the current root subwindow.
453 XlibWrapper.larg2, // subwindow
459 subwindow
[all...]

Completed in 85 milliseconds