Guest

Cheese

By: a guest on May 26th, 2009  |  syntax: C++  |  size: 1.40 KB  |  hits: 168  |  expires: Never
download  |  raw  |  embed  |  report abuse
Copied
  1. List of standard cursors in X11. Taken from xcursor/cursor.c
  2.  
  3.     /* 0 */
  4.     "X_cursor",         "arrow",            "based_arrow_down",     "based_arrow_up",
  5.     "boat",             "bogosity",         "bottom_left_corner",   "bottom_right_corner",
  6.     "bottom_side",      "bottom_tee",       "box_spiral",           "center_ptr",
  7.     "circle",           "clock",            "coffee_mug",           "cross",
  8.    
  9.     /* 32 */
  10.     "cross_reverse",    "crosshair",        "diamond_cross",        "dot",
  11.     "dotbox",           "double_arrow",     "draft_large",          "draft_small",
  12.     "draped_box",       "exchange",         "fleur",                "gobbler",
  13.     "gumby",            "hand1",            "hand2",                "heart",
  14.    
  15.     /* 64 */
  16.     "icon",             "iron_cross",       "left_ptr",             "left_side",
  17.     "left_tee",         "leftbutton",       "ll_angle",             "lr_angle",
  18.     "man",              "middlebutton",     "mouse",                "pencil",
  19.     "pirate",           "plus",             "question_arrow",       "right_ptr",
  20.    
  21.     /* 96 */
  22.     "right_side",       "right_tee",        "rightbutton",          "rtl_logo",
  23.     "sailboat",         "sb_down_arrow",    "sb_h_double_arrow",    "sb_left_arrow",
  24.     "sb_right_arrow",   "sb_up_arrow",      "sb_v_double_arrow",    "shuttle",
  25.     "sizing",           "spider",           "spraycan",             "star",
  26.    
  27.     /* 128 */
  28.     "target",           "tcross",           "top_left_arrow",       "top_left_corner",
  29.     "top_right_corner", "top_side",         "top_tee",              "trek",
  30.     "ul_angle",         "umbrella",         "ur_angle",             "watch",
  31.     "xterm",