Searched refs:MWM_FUNC_ALL (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DMWMConstants.java40 static final int MWM_FUNC_ALL= (1 << 0); field in class:MWMConstants
H A DXDialogPeer.java54 winAttr.functions = MWMConstants.MWM_FUNC_ALL;
106 if ((f & MWMConstants.MWM_FUNC_ALL) != 0) {
H A DXWM.java849 * If MWM_FUNC_ALL bit is set, then the rest of the bit-mask is taken
855 if ((functions & MWMConstants.MWM_FUNC_ALL) == 0) {
910 if ((functions & MWMConstants.MWM_FUNC_ALL) != 0
911 && (functions != MWMConstants.MWM_FUNC_ALL))
H A DXDecoratedPeer.java841 if ((fs & MWMConstants.MWM_FUNC_ALL) != 0) {
855 if ((fs & MWMConstants.MWM_FUNC_ALL) != 0) {
H A DXFramePeer.java74 winAttr.functions = MWMConstants.MWM_FUNC_ALL;
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_wm.c1524 functions |= MWM_FUNC_ALL;

Completed in 2878 milliseconds