1# Xlib.Xatom -- Standard X atoms
2#
3#    Copyright (C) 2000 Peter Liljenberg <petli@ctrl-c.liu.se>
4#
5# This library is free software; you can redistribute it and/or
6# modify it under the terms of the GNU Lesser General Public License
7# as published by the Free Software Foundation; either version 2.1
8# of the License, or (at your option) any later version.
9#
10# This library is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY; without even the implied warranty of
12# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
13# See the GNU Lesser General Public License for more details.
14#
15# You should have received a copy of the GNU Lesser General Public
16# License along with this library; if not, write to the
17#    Free Software Foundation, Inc.,
18#    59 Temple Place,
19#    Suite 330,
20#    Boston, MA 02111-1307 USA
21
22PRIMARY = 1
23SECONDARY = 2
24ARC = 3
25ATOM = 4
26BITMAP = 5
27CARDINAL = 6
28COLORMAP = 7
29CURSOR = 8
30CUT_BUFFER0 = 9
31CUT_BUFFER1 = 10
32CUT_BUFFER2 = 11
33CUT_BUFFER3 = 12
34CUT_BUFFER4 = 13
35CUT_BUFFER5 = 14
36CUT_BUFFER6 = 15
37CUT_BUFFER7 = 16
38DRAWABLE = 17
39FONT = 18
40INTEGER = 19
41PIXMAP = 20
42POINT = 21
43RECTANGLE = 22
44RESOURCE_MANAGER = 23
45RGB_COLOR_MAP = 24
46RGB_BEST_MAP = 25
47RGB_BLUE_MAP = 26
48RGB_DEFAULT_MAP = 27
49RGB_GRAY_MAP = 28
50RGB_GREEN_MAP = 29
51RGB_RED_MAP = 30
52STRING = 31
53VISUALID = 32
54WINDOW = 33
55WM_COMMAND = 34
56WM_HINTS = 35
57WM_CLIENT_MACHINE = 36
58WM_ICON_NAME = 37
59WM_ICON_SIZE = 38
60WM_NAME = 39
61WM_NORMAL_HINTS = 40
62WM_SIZE_HINTS = 41
63WM_ZOOM_HINTS = 42
64MIN_SPACE = 43
65NORM_SPACE = 44
66MAX_SPACE = 45
67END_SPACE = 46
68SUPERSCRIPT_X = 47
69SUPERSCRIPT_Y = 48
70SUBSCRIPT_X = 49
71SUBSCRIPT_Y = 50
72UNDERLINE_POSITION = 51
73UNDERLINE_THICKNESS = 52
74STRIKEOUT_ASCENT = 53
75STRIKEOUT_DESCENT = 54
76ITALIC_ANGLE = 55
77X_HEIGHT = 56
78QUAD_WIDTH = 57
79WEIGHT = 58
80POINT_SIZE = 59
81RESOLUTION = 60
82COPYRIGHT = 61
83NOTICE = 62
84FONT_NAME = 63
85FAMILY_NAME = 64
86FULL_NAME = 65
87CAP_HEIGHT = 66
88WM_CLASS = 67
89WM_TRANSIENT_FOR = 68
90LAST_PREDEFINED = 68
91