Path: blob/main/system/include/X11/cursorfont.h
6162 views
/*12Copyright 1987, 1998 The Open Group34Permission to use, copy, modify, distribute, and sell this software and its5documentation for any purpose is hereby granted without fee, provided that6the above copyright notice appear in all copies and that both that7copyright notice and this permission notice appear in supporting8documentation.910The above copyright notice and this permission notice shall be included11in all copies or substantial portions of the Software.1213THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS14OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF15MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.16IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR17OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,18ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR19OTHER DEALINGS IN THE SOFTWARE.2021Except as contained in this notice, the name of The Open Group shall22not be used in advertising or otherwise to promote the sale, use or23other dealings in this Software without prior written authorization24from The Open Group.2526*/2728#ifndef _X11_CURSORFONT_H_29#define _X11_CURSORFONT_H_3031#define XC_num_glyphs 15432#define XC_X_cursor 033#define XC_arrow 234#define XC_based_arrow_down 435#define XC_based_arrow_up 636#define XC_boat 837#define XC_bogosity 1038#define XC_bottom_left_corner 1239#define XC_bottom_right_corner 1440#define XC_bottom_side 1641#define XC_bottom_tee 1842#define XC_box_spiral 2043#define XC_center_ptr 2244#define XC_circle 2445#define XC_clock 2646#define XC_coffee_mug 2847#define XC_cross 3048#define XC_cross_reverse 3249#define XC_crosshair 3450#define XC_diamond_cross 3651#define XC_dot 3852#define XC_dotbox 4053#define XC_double_arrow 4254#define XC_draft_large 4455#define XC_draft_small 4656#define XC_draped_box 4857#define XC_exchange 5058#define XC_fleur 5259#define XC_gobbler 5460#define XC_gumby 5661#define XC_hand1 5862#define XC_hand2 6063#define XC_heart 6264#define XC_icon 6465#define XC_iron_cross 6666#define XC_left_ptr 6867#define XC_left_side 7068#define XC_left_tee 7269#define XC_leftbutton 7470#define XC_ll_angle 7671#define XC_lr_angle 7872#define XC_man 8073#define XC_middlebutton 8274#define XC_mouse 8475#define XC_pencil 8676#define XC_pirate 8877#define XC_plus 9078#define XC_question_arrow 9279#define XC_right_ptr 9480#define XC_right_side 9681#define XC_right_tee 9882#define XC_rightbutton 10083#define XC_rtl_logo 10284#define XC_sailboat 10485#define XC_sb_down_arrow 10686#define XC_sb_h_double_arrow 10887#define XC_sb_left_arrow 11088#define XC_sb_right_arrow 11289#define XC_sb_up_arrow 11490#define XC_sb_v_double_arrow 11691#define XC_shuttle 11892#define XC_sizing 12093#define XC_spider 12294#define XC_spraycan 12495#define XC_star 12696#define XC_target 12897#define XC_tcross 13098#define XC_top_left_arrow 13299#define XC_top_left_corner 134100#define XC_top_right_corner 136101#define XC_top_side 138102#define XC_top_tee 140103#define XC_trek 142104#define XC_ul_angle 144105#define XC_umbrella 146106#define XC_ur_angle 148107#define XC_watch 150108#define XC_xterm 152109110#endif /* _X11_CURSORFONT_H_ */111112113