1191
|
1 # $Xorg: cursorfont.h,v 1.4 2001/02/09 02:03:39 xorgcvs Exp $
|
|
2 #
|
|
3 #
|
|
4 #Copyright 1987, 1998 The Open Group
|
|
5 #
|
|
6 #Permission to use, copy, modify, distribute, and sell this software and its
|
|
7 #documentation for any purpose is hereby granted without fee, provided that
|
|
8 #the above copyright notice appear in all copies and that both that
|
|
9 #copyright notice and this permission notice appear in supporting
|
|
10 #documentation.
|
|
11 #
|
|
12 #The above copyright notice and this permission notice shall be included
|
|
13 #in all copies or substantial portions of the Software.
|
|
14 #
|
|
15 #THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
|
16 #OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
17 #MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
18 #IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
|
19 #OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
|
20 #ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
|
21 #OTHER DEALINGS IN THE SOFTWARE.
|
|
22 #
|
|
23 #Except as contained in this notice, the name of The Open Group shall
|
|
24 #not be used in advertising or otherwise to promote the sale, use or
|
|
25 #other dealings in this Software without prior written authorization
|
|
26 #from The Open Group.
|
|
27 #
|
|
28 #
|
|
29
|
|
30 const
|
|
31 XC_num_glyphs* = 154
|
|
32 XC_X_cursor* = 0
|
|
33 XC_arrow* = 2
|
|
34 XC_based_arrow_down* = 4
|
|
35 XC_based_arrow_up* = 6
|
|
36 XC_boat* = 8
|
|
37 XC_bogosity* = 10
|
|
38 XC_bottom_left_corner* = 12
|
|
39 XC_bottom_right_corner* = 14
|
|
40 XC_bottom_side* = 16
|
|
41 XC_bottom_tee* = 18
|
|
42 XC_box_spiral* = 20
|
|
43 XC_center_ptr* = 22
|
|
44 XC_circle* = 24
|
|
45 XC_clock* = 26
|
|
46 XC_coffee_mug* = 28
|
|
47 XC_cross* = 30
|
|
48 XC_cross_reverse* = 32
|
|
49 XC_crosshair* = 34
|
|
50 XC_diamond_cross* = 36
|
|
51 XC_dot* = 38
|
|
52 XC_dotbox* = 40
|
|
53 XC_double_arrow* = 42
|
|
54 XC_draft_large* = 44
|
|
55 XC_draft_small* = 46
|
|
56 XC_draped_box* = 48
|
|
57 XC_exchange* = 50
|
|
58 XC_fleur* = 52
|
|
59 XC_gobbler* = 54
|
|
60 XC_gumby* = 56
|
|
61 XC_hand1* = 58
|
|
62 XC_hand2* = 60
|
|
63 XC_heart* = 62
|
|
64 XC_icon* = 64
|
|
65 XC_iron_cross* = 66
|
|
66 XC_left_ptr* = 68
|
|
67 XC_left_side* = 70
|
|
68 XC_left_tee* = 72
|
|
69 XC_leftbutton* = 74
|
|
70 XC_ll_angle* = 76
|
|
71 XC_lr_angle* = 78
|
|
72 XC_man* = 80
|
|
73 XC_middlebutton* = 82
|
|
74 XC_mouse* = 84
|
|
75 XC_pencil* = 86
|
|
76 XC_pirate* = 88
|
|
77 XC_plus* = 90
|
|
78 XC_question_arrow* = 92
|
|
79 XC_right_ptr* = 94
|
|
80 XC_right_side* = 96
|
|
81 XC_right_tee* = 98
|
|
82 XC_rightbutton* = 100
|
|
83 XC_rtl_logo* = 102
|
|
84 XC_sailboat* = 104
|
|
85 XC_sb_down_arrow* = 106
|
|
86 XC_sb_h_double_arrow* = 108
|
|
87 XC_sb_left_arrow* = 110
|
|
88 XC_sb_right_arrow* = 112
|
|
89 XC_sb_up_arrow* = 114
|
|
90 XC_sb_v_double_arrow* = 116
|
|
91 XC_shuttle* = 118
|
|
92 XC_sizing* = 120
|
|
93 XC_spider* = 122
|
|
94 XC_spraycan* = 124
|
|
95 XC_star* = 126
|
|
96 XC_target* = 128
|
|
97 XC_tcross* = 130
|
|
98 XC_top_left_arrow* = 132
|
|
99 XC_top_left_corner* = 134
|
|
100 XC_top_right_corner* = 136
|
|
101 XC_top_side* = 138
|
|
102 XC_top_tee* = 140
|
|
103 XC_trek* = 142
|
|
104 XC_ul_angle* = 144
|
|
105 XC_umbrella* = 146
|
|
106 XC_ur_angle* = 148
|
|
107 XC_watch* = 150
|
|
108 XC_xterm* = 152
|
|
109
|
|
110 # implementation
|