/[dtapublic]/projs/dtats/trunk/shared_source/c_tk_base_7_5_w_mods/keysym.h
ViewVC logotype

Diff of /projs/dtats/trunk/shared_source/c_tk_base_7_5_w_mods/keysym.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 69 by dashley, Sat Nov 5 10:54:17 2016 UTC revision 71 by dashley, Sat Nov 5 11:07:06 2016 UTC
# Line 1  Line 1 
1  /* $Header$ */  /* $Header$ */
2    
3  /* $XConsortium: keysym.h,v 1.13 91/03/13 20:09:49 rws Exp $ */  /* $XConsortium: keysym.h,v 1.13 91/03/13 20:09:49 rws Exp $ */
4    
5  /***********************************************************  /***********************************************************
6  Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts,  Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts,
7  and the Massachusetts Institute of Technology, Cambridge, Massachusetts.  and the Massachusetts Institute of Technology, Cambridge, Massachusetts.
8    
9                          All Rights Reserved                          All Rights Reserved
10    
11  Permission to use, copy, modify, and distribute this software and its  Permission to use, copy, modify, and distribute this software and its
12  documentation for any purpose and without fee is hereby granted,  documentation for any purpose and without fee is hereby granted,
13  provided that the above copyright notice appear in all copies and that  provided that the above copyright notice appear in all copies and that
14  both that copyright notice and this permission notice appear in  both that copyright notice and this permission notice appear in
15  supporting documentation, and that the names of Digital or MIT not be  supporting documentation, and that the names of Digital or MIT not be
16  used in advertising or publicity pertaining to distribution of the  used in advertising or publicity pertaining to distribution of the
17  software without specific, written prior permission.    software without specific, written prior permission.  
18    
19  DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING  DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
20  ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL  ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
21  DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR  DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
22  ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,  ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
23  WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,  WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
24  ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS  ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
25  SOFTWARE.  SOFTWARE.
26    
27  ******************************************************************/  ******************************************************************/
28    
29  /* default keysyms */  /* default keysyms */
30  #define XK_MISCELLANY  #define XK_MISCELLANY
31  #define XK_LATIN1  #define XK_LATIN1
32  #define XK_LATIN2  #define XK_LATIN2
33  #define XK_LATIN3  #define XK_LATIN3
34  #define XK_LATIN4  #define XK_LATIN4
35  #define XK_GREEK  #define XK_GREEK
36    
37  #ifdef MAC_TCL  #ifdef MAC_TCL
38  #include <keysymdef.h>  #include <keysymdef.h>
39  #else  #else
40  #include "keysymdef.h"  #include "keysymdef.h"
41  #endif  #endif
42    
43  /* End of keysym.h */  /* End of keysym.h */

Legend:
Removed from v.69  
changed lines
  Added in v.71

dashley@gmail.com
ViewVC Help
Powered by ViewVC 1.1.25