|
27 | 27 | "resizeupdown", "none", "notallowed", "poof", "countinguphand", "countingdownhand",
|
28 | 28 | "countingupanddownhand", "spinning"}
|
29 | 29 |
|
30 |
| -CURSORS = {"x": "x_cursor", "arrow": "arrow", "based-down-arrow": "based_arrow_down", |
| 30 | +CURSORS = {"arrow": "arrow", "based-down-arrow": "based_arrow_down", |
31 | 31 | "based-up-arrow": "based_arrow_up", "boat": "boat", "maze_symbol": "bogosity",
|
32 | 32 | "bottom-left-corner-arrow": "bottom_left_corner", "bottom-right-corner-arrow": "bottom_right_corner",
|
33 | 33 | "download": "bottom_side", "bottom-t": "bottom_tee", "spiral": "box_spiral", "up-arrow-thin": "center_ptr",
|
|
48 | 48 | "spraycan": "spraycan", "star": "star", "target": "target", "t-cross": "tcross",
|
49 | 49 | "flipped-pointer": "top_left_arrow", "top-left-corner-arrow": "top_left_corner",
|
50 | 50 | "top-right-corner-arrow": "top_right_corner", "top-download": "top_side", "top-t": "top_tee",
|
51 |
| - "virus": "trek", |
52 |
| - "top-left-corner": "ul_angle", "umbrella": "umbrella", "top-right-corner": "ur_angle", "loading": "watch", |
53 |
| - "text-cursor": "xterm"} |
54 |
| -CURSORS_WINDOWS = {"cancel": "no"} |
| 51 | + "virus": "trek", "top-left-corner": "ul_angle", "umbrella": "umbrella", "top-right-corner": "ur_angle", |
| 52 | + "loading": "watch", "text-cursor": "xterm"} |
| 53 | +CURSORS_WINDOWS = {"cancel": "no", "x": "x_cursor"} |
55 | 54 | CURSORS_MACOSX = {}
|
56 | 55 |
|
57 | 56 | BORDER_RELIEFS = {"flat", "sunken", "raised", "groove", "ridge"}
|
|
0 commit comments