diff --git a/hotspots.json b/hotspots.json index 6fc9a85..347b0ca 100644 --- a/hotspots.json +++ b/hotspots.json @@ -1,5 +1,4 @@ { - "X_Cursor": { "xhot": 50, "yhot": 30 }, "all_scroll": { "xhot": 50, "yhot": 30 }, "bd_double_arrow": { "xhot": 50, "yhot": 30 }, "bottom_left_corner": { "xhot": 50, "yhot": 30 }, @@ -55,6 +54,7 @@ "vertical_text": { "xhot": 50, "yhot": 30 }, "wait": { "xhot": 50, "yhot": 30 }, "wayland_cursor": { "xhot": 50, "yhot": 30 }, + "x_cursor": { "xhot": 50, "yhot": 30 }, "xterm": { "xhot": 50, "yhot": 30 }, "zoom_in": { "xhot": 50, "yhot": 30 }, "zoom_out": { "xhot": 50, "yhot": 30 } diff --git a/src/cursors.json b/src/cursors.json index 726fe41..ff3b996 100644 --- a/src/cursors.json +++ b/src/cursors.json @@ -1,6 +1,5 @@ { "staticCursors": [ - "X_Cursor.svg", "all_scroll.svg", "bd_double_arrow.svg", "bottom_left_corner.svg", @@ -54,6 +53,7 @@ "ur_angle.svg", "vertical_text.svg", "wayland_cursor.svg", + "x_cursor.svg", "xterm.svg", "zoom_in.svg", "zoom_out.svg"