src/java.desktop/unix/classes/sun/awt/X11/XBaseWindow.java

Print this page

        

*** 70,81 **** private long screen; private XSizeHints hints; private XWMHints wmHints; ! final static int MIN_SIZE = 1; ! final static int DEF_LOCATION = 1; private static XAtom wm_client_leader; static enum InitialiseState { INITIALISING, --- 70,81 ---- private long screen; private XSizeHints hints; private XWMHints wmHints; ! static final int MIN_SIZE = 1; ! static final int DEF_LOCATION = 1; private static XAtom wm_client_leader; static enum InitialiseState { INITIALISING,