Searched refs:StructureNotifyMask (Results 1 - 15 of 15) sorted by relevance

/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXMSelection.java100 XlibWrapper.XSelectInput(display, root, XConstants.StructureNotifyMask);
132 XlibWrapper.XSelectInput(display, owner, XConstants.StructureNotifyMask | eventMask);
164 XlibWrapper.XSelectInput(display, owner, XConstants.StructureNotifyMask | extra_mask);
H A DXContentWindow.java81 eventMask = eventMask & ~(XConstants.StructureNotifyMask);
H A DXDragSourceProtocol.java204 XConstants.StructureNotifyMask);
H A DXTrayIconPeer.java219 addXED(eframeParentID, parentXED, XConstants.StructureNotifyMask);
227 addXED(getWindow(), eframeXED, XConstants.StructureNotifyMask);
H A DXConstants.java124 public static final long StructureNotifyMask = (1L<<17) ; field in class:XConstants
H A DXEmbedChildProxyPeer.java56 XConstants.StructureNotifyMask | XConstants.PropertyChangeMask);
H A DXEmbedCanvasPeer.java81 | XConstants.ButtonMotionMask | XConstants.ExposureMask | XConstants.StructureNotifyMask | XConstants.SubstructureNotifyMask);
131 XConstants.StructureNotifyMask | XConstants.PropertyChangeMask);
H A DXEmbedServerTester.java390 XBaseWindow.EVENT_MASK, Long.valueOf(VisibilityChangeMask | StructureNotifyMask |
H A DMotifDnDDropTargetProtocol.java410 * Select for StructureNotifyMask to receive DestroyNotify in case of source
435 XConstants.StructureNotifyMask);
H A DXDnDDropTargetProtocol.java533 * Select for StructureNotifyMask to receive DestroyNotify in case of source
558 XConstants.StructureNotifyMask);
H A DXWindow.java193 | XConstants.ButtonMotionMask | XConstants.ExposureMask | XConstants.StructureNotifyMask);
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_mgrsel.c215 * Select for StructureNotifyMask to get DestroyNotify when owner
220 XSelectInput(dpy, owner, StructureNotifyMask | extra_mask);
322 XSelectInput(dpy, owner, StructureNotifyMask | mgrsel->extra_mask);
445 XSelectInput(dpy, RootWindow(dpy, scr), StructureNotifyMask);
H A Dawt_util.c1237 * Add StructureNotifyMask through hierarchy upto toplevel
1241 StructureNotifyMask);
H A Dawt_xembed_server.c312 XSelectInput(awt_display, sdata->handle, StructureNotifyMask | PropertyChangeMask);
H A Dawt_InputMethod.c759 ExposureMask | StructureNotifyMask | EnterWindowMask |

Completed in 2182 milliseconds