cursorfont.nim 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  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. const
  30. XC_num_glyphs* = 154
  31. XC_X_cursor* = 0
  32. XC_arrow* = 2
  33. XC_based_arrow_down* = 4
  34. XC_based_arrow_up* = 6
  35. XC_boat* = 8
  36. XC_bogosity* = 10
  37. XC_bottom_left_corner* = 12
  38. XC_bottom_right_corner* = 14
  39. XC_bottom_side* = 16
  40. XC_bottom_tee* = 18
  41. XC_box_spiral* = 20
  42. XC_center_ptr* = 22
  43. XC_circle* = 24
  44. XC_clock* = 26
  45. XC_coffee_mug* = 28
  46. XC_cross* = 30
  47. XC_cross_reverse* = 32
  48. XC_crosshair* = 34
  49. XC_diamond_cross* = 36
  50. XC_dot* = 38
  51. XC_dotbox* = 40
  52. XC_double_arrow* = 42
  53. XC_draft_large* = 44
  54. XC_draft_small* = 46
  55. XC_draped_box* = 48
  56. XC_exchange* = 50
  57. XC_fleur* = 52
  58. XC_gobbler* = 54
  59. XC_gumby* = 56
  60. XC_hand1* = 58
  61. XC_hand2* = 60
  62. XC_heart* = 62
  63. XC_icon* = 64
  64. XC_iron_cross* = 66
  65. XC_left_ptr* = 68
  66. XC_left_side* = 70
  67. XC_left_tee* = 72
  68. XC_leftbutton* = 74
  69. XC_ll_angle* = 76
  70. XC_lr_angle* = 78
  71. XC_man* = 80
  72. XC_middlebutton* = 82
  73. XC_mouse* = 84
  74. XC_pencil* = 86
  75. XC_pirate* = 88
  76. XC_plus* = 90
  77. XC_question_arrow* = 92
  78. XC_right_ptr* = 94
  79. XC_right_side* = 96
  80. XC_right_tee* = 98
  81. XC_rightbutton* = 100
  82. XC_rtl_logo* = 102
  83. XC_sailboat* = 104
  84. XC_sb_down_arrow* = 106
  85. XC_sb_h_double_arrow* = 108
  86. XC_sb_left_arrow* = 110
  87. XC_sb_right_arrow* = 112
  88. XC_sb_up_arrow* = 114
  89. XC_sb_v_double_arrow* = 116
  90. XC_shuttle* = 118
  91. XC_sizing* = 120
  92. XC_spider* = 122
  93. XC_spraycan* = 124
  94. XC_star* = 126
  95. XC_target* = 128
  96. XC_tcross* = 130
  97. XC_top_left_arrow* = 132
  98. XC_top_left_corner* = 134
  99. XC_top_right_corner* = 136
  100. XC_top_side* = 138
  101. XC_top_tee* = 140
  102. XC_trek* = 142
  103. XC_ul_angle* = 144
  104. XC_umbrella* = 146
  105. XC_ur_angle* = 148
  106. XC_watch* = 150
  107. XC_xterm* = 152
  108. # implementation