jdk/src/solaris/classes/sun/awt/X11/XConstants.java
changeset 17679 a81555868357
parent 14888 7ad1550e7050
child 21939 5169fd314636
equal deleted inserted replaced
17678:ec24ad8455ec 17679:a81555868357
     1 /*
     1 /*
     2  * Copyright (c) 2003, 2009, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2003, 2013, Oracle and/or its affiliates. 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.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
   672     public static final long XkbKeyTypesMask = (1L<<0);
   672     public static final long XkbKeyTypesMask = (1L<<0);
   673     public static final long XkbKeySymsMask = (1L<<1);
   673     public static final long XkbKeySymsMask = (1L<<1);
   674     public static final long XkbModifierMapMask = (1L<<2);
   674     public static final long XkbModifierMapMask = (1L<<2);
   675     public static final long XkbVirtualModsMask = (1L<<6); //server map
   675     public static final long XkbVirtualModsMask = (1L<<6); //server map
   676 
   676 
       
   677     /*****************************************************************
       
   678      * X SHARED MEMORY EXTENSION FUNCTIONS
       
   679      *****************************************************************/
       
   680 
       
   681     public static final int X_ShmAttach = 1;
   677 }
   682 }