From 4c2b6c0bee073b8015e470ef7b57c65d23fedbd9 Mon Sep 17 00:00:00 2001 From: KaizIqbal <24286590+KaizIqbal@users.noreply.github.com> Date: Wed, 29 Jul 2020 11:58:45 +0530 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Sort=20cursors?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hotspots.json | 2 +- src/cursors.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"