Searched refs:SubstructureRedirectMask (Results 1 - 8 of 8) sorted by relevance
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/ |
H A D | XNETProtocol.java | 113 XConstants.SubstructureRedirectMask | XConstants.SubstructureNotifyMask, 190 XConstants.SubstructureRedirectMask | XConstants.SubstructureNotifyMask,
|
H A D | XConstants.java | 127 public static final long SubstructureRedirectMask = (1L<<20) ; field in class:XConstants
|
H A D | XWINProtocol.java | 73 XConstants.SubstructureRedirectMask | XConstants.SubstructureNotifyMask, 166 /*XConstants.SubstructureRedirectMask | */XConstants.SubstructureNotifyMask,
|
H A D | XWarningWindow.java | 307 XConstants.SubstructureRedirectMask | XConstants.SubstructureNotifyMask,
|
H A D | XWM.java | 284 substruct.set_event_mask(XConstants.SubstructureRedirectMask); 1446 XConstants.SubstructureRedirectMask | XConstants.SubstructureNotifyMask, 1453 XConstants.SubstructureRedirectMask | XConstants.SubstructureNotifyMask,
|
H A D | XWindowPeer.java | 1053 false, XConstants.SubstructureNotifyMask | XConstants.SubstructureRedirectMask,
|
/openjdk7/jdk/src/solaris/native/sun/awt/ |
H A D | awt_wm.c | 1189 substruct.event_mask = SubstructureRedirectMask; 2154 (SubstructureRedirectMask | SubstructureNotifyMask), 2189 (SubstructureRedirectMask | SubstructureNotifyMask), 2439 (SubstructureRedirectMask | SubstructureNotifyMask), 2466 /*(SubstructureRedirectMask |*/
|
H A D | awt_GraphicsEnv.c | 1894 SubstructureRedirectMask | SubstructureNotifyMask,
|
Completed in 1014 milliseconds