~ubuntu-branches/ubuntu/quantal/gclcvs/quantal

« back to all changes in this revision

Viewing changes to xgcl-2/XAtom.lsp

  • Committer: Bazaar Package Importer
  • Author(s): Camm Maguire
  • Date: 2004-06-24 15:13:46 UTC
  • Revision ID: james.westby@ubuntu.com-20040624151346-xh0xaaktyyp7aorc
Tags: 2.7.0-26
C_GC_OFFSET is 2 on m68k-linux

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
(in-package :XLIB)
 
2
; XAtom.lsp        modified by Hiep Huu Nguyen                      27 Aug 92
 
3
 
 
4
; Copyright (c) 1994 Hiep Huu Nguyen and The University of Texas at Austin.
 
5
 
 
6
; See the files gnu.license and dec.copyright .
 
7
 
 
8
; This program is free software; you can redistribute it and/or modify
 
9
; it under the terms of the GNU General Public License as published by
 
10
; the Free Software Foundation; either version 1, or (at your option)
 
11
; any later version.
 
12
 
 
13
; This program is distributed in the hope that it will be useful,
 
14
; but WITHOUT ANY WARRANTY; without even the implied warranty of
 
15
; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
16
; GNU General Public License for more details.
 
17
 
 
18
; You should have received a copy of the GNU General Public License
 
19
; along with this program; if not, write to the Free Software
 
20
; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
21
 
 
22
; Some of the files that interface to the Xlib are adapted from DEC/MIT files.
 
23
; See the file dec.copyright for details.
 
24
 
 
25
 
 
26
 
 
27
;; THIS IS A GENERATED FILE
 
28
 ;;
 
29
 ;; Do not change!  Changing this file implies a protocol change!
 
30
 
 
31
 
 
32
(defconstant  XA_PRIMARY  1)
 
33
(defconstant  XA_SECONDARY  2)
 
34
(defconstant  XA_ARC  3) 
 
35
(defconstant  XA_ATOM  4)
 
36
(defconstant  XA_BITMAP  5)
 
37
(defconstant  XA_CARDINAL  6)
 
38
(defconstant  XA_COLORMAP  7) 
 
39
(defconstant  XA_CURSOR  8) 
 
40
(defconstant  XA_CUT_BUFFER0  9)
 
41
(defconstant  XA_CUT_BUFFER1  10)
 
42
(defconstant  XA_CUT_BUFFER2  11) 
 
43
(defconstant  XA_CUT_BUFFER3  12) 
 
44
(defconstant  XA_CUT_BUFFER4  13) 
 
45
(defconstant  XA_CUT_BUFFER5  14) 
 
46
(defconstant  XA_CUT_BUFFER6  15)
 
47
(defconstant  XA_CUT_BUFFER7  16)
 
48
(defconstant  XA_DRAWABLE  17)
 
49
(defconstant  XA_FONT  18)
 
50
(defconstant  XA_INTEGER  19)
 
51
(defconstant  XA_PIXMAP  20)
 
52
(defconstant  XA_POINT  21)
 
53
(defconstant  XA_RECTANGLE  22)
 
54
(defconstant  XA_RESOURCE_MANAGER  23)
 
55
(defconstant  XA_RGB_COLOR_MAP  24)
 
56
(defconstant  XA_RGB_BEST_MAP  25)
 
57
(defconstant  XA_RGB_BLUE_MAP  26)
 
58
(defconstant  XA_RGB_DEFAULT_MAP  27)
 
59
(defconstant  XA_RGB_GRAY_MAP  28)
 
60
(defconstant  XA_RGB_GREEN_MAP  29)
 
61
(defconstant  XA_RGB_RED_MAP  30)
 
62
(defconstant  XA_STRING  31)
 
63
(defconstant  XA_VISUALID  32)
 
64
(defconstant  XA_WINDOW  33)
 
65
(defconstant  XA_WM_COMMAND  34)
 
66
(defconstant  XA_WM_HINTS  35)
 
67
(defconstant  XA_WM_CLIENT_MACHINE  36)
 
68
(defconstant  XA_WM_ICON_NAME  37)
 
69
(defconstant  XA_WM_ICON_SIZE  38)
 
70
(defconstant  XA_WM_NAME  39)
 
71
(defconstant  XA_WM_NORMAL_HINTS  40)
 
72
(defconstant  XA_WM_SIZE_HINTS  41)
 
73
(defconstant  XA_WM_ZOOM_HINTS  42)
 
74
(defconstant  XA_MIN_SPACE  43)
 
75
(defconstant  XA_NORM_SPACE  44)
 
76
(defconstant  XA_MAX_SPACE  45)
 
77
 
 
78
 
 
79
 
 
80
 
 
81
 
 
82
 
 
83
 
 
84
 
 
85
 
 
86
 
 
87
 
 
88
 
 
89
 
 
90
 
 
91
 
 
92
 
 
93
(defconstant  XA_END_SPACE  46)
 
94
(defconstant  XA_SUPERSCRIPT_X  47)
 
95
(defconstant  XA_SUPERSCRIPT_Y  48)
 
96
(defconstant  XA_SUBSCRIPT_X  49)
 
97
(defconstant  XA_SUBSCRIPT_Y  50)
 
98
(defconstant  XA_UNDERLINE_POSITION  51)
 
99
(defconstant  XA_UNDERLINE_THICKNESS  52)
 
100
(defconstant  XA_STRIKEOUT_ASCENT  53)
 
101
(defconstant  XA_STRIKEOUT_DESCENT  54)
 
102
(defconstant  XA_ITALIC_ANGLE  55)
 
103
(defconstant  XA_X_HEIGHT  56)
 
104
(defconstant  XA_QUAD_WIDTH  57)
 
105
(defconstant  XA_WEIGHT  58)
 
106
(defconstant  XA_POINT_SIZE  59)
 
107
(defconstant  XA_RESOLUTION  60)
 
108
(defconstant  XA_COPYRIGHT  61)
 
109
(defconstant XA_NOTICE  62)
 
110
(defconstant XA_FONT_NAME  63)
 
111
(defconstant XA_FAMILY_NAME  64)
 
112
(defconstant XA_FULL_NAME  65)
 
113
(defconstant XA_CAP_HEIGHT  66)
 
114
(defconstant XA_WM_CLASS  67)
 
115
(defconstant XA_WM_TRANSIENT_FOR  68)
 
116
 
 
117
(defconstant XA_LAST_PREDEFINED  68)
 
118