github.com/rajveermalviya/gamen@v0.1.2-0.20220930195403-9be15877c1aa/internal/xkbcommon/include/X11/cursorfont.h (about)

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