Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 10:14:28

0001 /*
0002 
0003 Copyright 1987, 1998  The Open Group
0004 
0005 Permission to use, copy, modify, distribute, and sell this software and its
0006 documentation for any purpose is hereby granted without fee, provided that
0007 the above copyright notice appear in all copies and that both that
0008 copyright notice and this permission notice appear in supporting
0009 documentation.
0010 
0011 The above copyright notice and this permission notice shall be included
0012 in all copies or substantial portions of the Software.
0013 
0014 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
0015 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
0016 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
0017 IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR
0018 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
0019 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
0020 OTHER DEALINGS IN THE SOFTWARE.
0021 
0022 Except as contained in this notice, the name of The Open Group shall
0023 not be used in advertising or otherwise to promote the sale, use or
0024 other dealings in this Software without prior written authorization
0025 from The Open Group.
0026 
0027 */
0028 
0029 #ifndef _X11_CURSORFONT_H_
0030 #define _X11_CURSORFONT_H_
0031 
0032 #define XC_num_glyphs 154
0033 #define XC_X_cursor 0
0034 #define XC_arrow 2
0035 #define XC_based_arrow_down 4
0036 #define XC_based_arrow_up 6
0037 #define XC_boat 8
0038 #define XC_bogosity 10
0039 #define XC_bottom_left_corner 12
0040 #define XC_bottom_right_corner 14
0041 #define XC_bottom_side 16
0042 #define XC_bottom_tee 18
0043 #define XC_box_spiral 20
0044 #define XC_center_ptr 22
0045 #define XC_circle 24
0046 #define XC_clock 26
0047 #define XC_coffee_mug 28
0048 #define XC_cross 30
0049 #define XC_cross_reverse 32
0050 #define XC_crosshair 34
0051 #define XC_diamond_cross 36
0052 #define XC_dot 38
0053 #define XC_dotbox 40
0054 #define XC_double_arrow 42
0055 #define XC_draft_large 44
0056 #define XC_draft_small 46
0057 #define XC_draped_box 48
0058 #define XC_exchange 50
0059 #define XC_fleur 52
0060 #define XC_gobbler 54
0061 #define XC_gumby 56
0062 #define XC_hand1 58
0063 #define XC_hand2 60
0064 #define XC_heart 62
0065 #define XC_icon 64
0066 #define XC_iron_cross 66
0067 #define XC_left_ptr 68
0068 #define XC_left_side 70
0069 #define XC_left_tee 72
0070 #define XC_leftbutton 74
0071 #define XC_ll_angle 76
0072 #define XC_lr_angle 78
0073 #define XC_man 80
0074 #define XC_middlebutton 82
0075 #define XC_mouse 84
0076 #define XC_pencil 86
0077 #define XC_pirate 88
0078 #define XC_plus 90
0079 #define XC_question_arrow 92
0080 #define XC_right_ptr 94
0081 #define XC_right_side 96
0082 #define XC_right_tee 98
0083 #define XC_rightbutton 100
0084 #define XC_rtl_logo 102
0085 #define XC_sailboat 104
0086 #define XC_sb_down_arrow 106
0087 #define XC_sb_h_double_arrow 108
0088 #define XC_sb_left_arrow 110
0089 #define XC_sb_right_arrow 112
0090 #define XC_sb_up_arrow 114
0091 #define XC_sb_v_double_arrow 116
0092 #define XC_shuttle 118
0093 #define XC_sizing 120
0094 #define XC_spider 122
0095 #define XC_spraycan 124
0096 #define XC_star 126
0097 #define XC_target 128
0098 #define XC_tcross 130
0099 #define XC_top_left_arrow 132
0100 #define XC_top_left_corner 134
0101 #define XC_top_right_corner 136
0102 #define XC_top_side 138
0103 #define XC_top_tee 140
0104 #define XC_trek 142
0105 #define XC_ul_angle 144
0106 #define XC_umbrella 146
0107 #define XC_ur_angle 148
0108 #define XC_watch 150
0109 #define XC_xterm 152
0110 
0111 #endif /* _X11_CURSORFONT_H_ */