jdk/src/solaris/classes/sun/awt/X11/MWMConstants.java
changeset 439 3488710b02f8
parent 2 90ce3da70b43
child 5506 202f599c92aa
equal deleted inserted replaced
438:2ae294e4518c 439:3488710b02f8
     1 /*
     1 /*
     2  * Copyright 2003 Sun Microsystems, Inc.  All Rights Reserved.
     2  * Copyright 2003-2008 Sun Microsystems, Inc.  All Rights Reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Sun designates this
     7  * published by the Free Software Foundation.  Sun designates this
    24  */
    24  */
    25 
    25 
    26 
    26 
    27 package sun.awt.X11;
    27 package sun.awt.X11;
    28 
    28 
    29 public interface MWMConstants {
    29 final public class MWMConstants {
       
    30 
       
    31     private MWMConstants(){}
    30 
    32 
    31 /* bit definitions for MwmHints.flags */
    33 /* bit definitions for MwmHints.flags */
    32     static final int MWM_HINTS_FUNCTIONS=       (1  << 0);
    34     static final int MWM_HINTS_FUNCTIONS=       (1  << 0);
    33     static final int MWM_HINTS_DECORATIONS=     (1  << 1);
    35     static final int MWM_HINTS_DECORATIONS=     (1  << 1);
    34     static final int MWM_HINTS_INPUT_MODE=      (1  << 2);
    36     static final int MWM_HINTS_INPUT_MODE=      (1  << 2);