Searched refs:MWM_DECOR_ALL (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DMWMConstants.java48 static final int MWM_DECOR_ALL= (1 << 0); field in class:MWMConstants
H A DXDialogPeer.java95 if ((d & MWMConstants.MWM_DECOR_ALL) != 0) {
H A DXWM.java831 * If MWM_DECOR_ALL bit is set, then the rest of the bit-mask is taken
837 if ((decorations & MWMConstants.MWM_DECOR_ALL) == 0) {
905 if ((decorations & MWMConstants.MWM_DECOR_ALL) != 0
906 && (decorations != MWMConstants.MWM_DECOR_ALL))
959 if ((decorations & MWMConstants.MWM_DECOR_ALL) != 0) {
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_wm.c1436 * If MWM_DECOR_ALL bit is set, then the rest of the bit-mask is taken
1446 if (!(decorations & MWM_DECOR_ALL))
1513 if ((decorations & MWM_DECOR_ALL) && (decorations != MWM_DECOR_ALL)) {
1522 if (decorations & MWM_DECOR_ALL) {
1598 if (decorations & MWM_DECOR_ALL) {

Completed in 33 milliseconds