1# ----------------------------------------------------------------------------
2# pyglet
3# Copyright (c) 2006-2008 Alex Holkner
4# Copyright (c) 2008-2021 pyglet contributors
5# All rights reserved.
6#
7# Redistribution and use in source and binary forms, with or without
8# modification, are permitted provided that the following conditions
9# are met:
10#
11#  * Redistributions of source code must retain the above copyright
12#    notice, this list of conditions and the following disclaimer.
13#  * Redistributions in binary form must reproduce the above copyright
14#    notice, this list of conditions and the following disclaimer in
15#    the documentation and/or other materials provided with the
16#    distribution.
17#  * Neither the name of pyglet nor the names of its
18#    contributors may be used to endorse or promote products
19#    derived from this software without specific prior written
20#    permission.
21#
22# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
23# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
24# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
25# FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
26# COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
27# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
28# BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
29# LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
30# CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
31# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
32# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
33# POSSIBILITY OF SUCH DAMAGE.
34# ----------------------------------------------------------------------------
35
36# /usr/include/X11/cursorfont.h
37
38XC_num_glyphs = 154
39XC_X_cursor = 0
40XC_arrow = 2
41XC_based_arrow_down = 4
42XC_based_arrow_up = 6
43XC_boat = 8
44XC_bogosity = 10
45XC_bottom_left_corner = 12
46XC_bottom_right_corner = 14
47XC_bottom_side = 16
48XC_bottom_tee = 18
49XC_box_spiral = 20
50XC_center_ptr = 22
51XC_circle = 24
52XC_clock = 26
53XC_coffee_mug = 28
54XC_cross = 30
55XC_cross_reverse = 32
56XC_crosshair = 34
57XC_diamond_cross = 36
58XC_dot = 38
59XC_dotbox = 40
60XC_double_arrow = 42
61XC_draft_large = 44
62XC_draft_small = 46
63XC_draped_box = 48
64XC_exchange = 50
65XC_fleur = 52
66XC_gobbler = 54
67XC_gumby = 56
68XC_hand1 = 58
69XC_hand2 = 60
70XC_heart = 62
71XC_icon = 64
72XC_iron_cross = 66
73XC_left_ptr = 68
74XC_left_side = 70
75XC_left_tee = 72
76XC_leftbutton = 74
77XC_ll_angle = 76
78XC_lr_angle = 78
79XC_man = 80
80XC_middlebutton = 82
81XC_mouse = 84
82XC_pencil = 86
83XC_pirate = 88
84XC_plus = 90
85XC_question_arrow = 92
86XC_right_ptr = 94
87XC_right_side = 96
88XC_right_tee = 98
89XC_rightbutton = 100
90XC_rtl_logo = 102
91XC_sailboat = 104
92XC_sb_down_arrow = 106
93XC_sb_h_double_arrow = 108
94XC_sb_left_arrow = 110
95XC_sb_right_arrow = 112
96XC_sb_up_arrow = 114
97XC_sb_v_double_arrow = 116
98XC_shuttle = 118
99XC_sizing = 120
100XC_spider = 122
101XC_spraycan = 124
102XC_star = 126
103XC_target = 128
104XC_tcross = 130
105XC_top_left_arrow = 132
106XC_top_left_corner = 134
107XC_top_right_corner = 136
108XC_top_side = 138
109XC_top_tee = 140
110XC_trek = 142
111XC_ul_angle = 144
112XC_umbrella = 146
113XC_ur_angle = 148
114XC_watch = 150
115XC_xterm = 152
116