From cfc5215375acffe50d8d6e2e1afdb8d55c6a7972 Mon Sep 17 00:00:00 2001 From: K a i z <24286590+KaizIqbal@users.noreply.github.com> Date: Mon, 30 Oct 2017 16:27:14 +0530 Subject: [PATCH] Add files via upload --- src/config/alias.cursor | 2 + src/config/all-scroll.cursor | 2 + src/config/bottom_left_corner.cursor | 2 + src/config/bottom_right_corner.cursor | 2 + src/config/bottom_side.cursor | 2 + src/config/bottom_tee.cursor | 2 + src/config/cell.cursor | 2 + src/config/center_ptr.cursor | 2 + src/config/col-resize.cursor | 2 + src/config/color-picker.cursor | 2 + src/config/context-menu.cursor | 2 + src/config/copy.cursor | 2 + src/config/crosshair.cursor | 2 + src/config/default.cursor | 2 + src/config/dnd-move.cursor | 2 + src/config/dnd-no-drop.cursor | 2 + src/config/down-arrow.cursor | 2 + src/config/draft.cursor | 2 + src/config/fleur.cursor | 2 + src/config/help.cursor | 2 + src/config/left-arrow.cursor | 2 + src/config/left_side.cursor | 2 + src/config/no-drop.cursor | 2 + src/config/not-allowed.cursor | 2 + src/config/openhand.cursor | 2 + src/config/pencil.cursor | 2 + src/config/pirate.cursor | 2 + src/config/pointer.cursor | 2 + src/config/progress.cursor | 62 +++++++++++++++++++++++++++ src/config/right-arrow.cursor | 2 + src/config/right_ptr.cursor | 2 + src/config/right_side.cursor | 2 + src/config/row-resize.cursor | 2 + src/config/size_bdiag.cursor | 2 + src/config/size_fdiag.cursor | 2 + src/config/size_hor.cursor | 2 + src/config/size_ver.cursor | 2 + src/config/text.cursor | 2 + src/config/top_left_corner.cursor | 2 + src/config/top_right_corner.cursor | 2 + src/config/top_side.cursor | 2 + src/config/top_tee.cursor | 2 + src/config/up-arrow.cursor | 2 + src/config/vertical-text.cursor | 2 + src/config/wait.cursor | 62 +++++++++++++++++++++++++++ src/config/wayland-cursor.cursor | 2 + src/config/x-cursor.cursor | 2 + src/config/zoom-in.cursor | 2 + src/config/zoom-out.cursor | 2 + 49 files changed, 218 insertions(+) create mode 100644 src/config/alias.cursor create mode 100644 src/config/all-scroll.cursor create mode 100644 src/config/bottom_left_corner.cursor create mode 100644 src/config/bottom_right_corner.cursor create mode 100644 src/config/bottom_side.cursor create mode 100644 src/config/bottom_tee.cursor create mode 100644 src/config/cell.cursor create mode 100644 src/config/center_ptr.cursor create mode 100644 src/config/col-resize.cursor create mode 100644 src/config/color-picker.cursor create mode 100644 src/config/context-menu.cursor create mode 100644 src/config/copy.cursor create mode 100644 src/config/crosshair.cursor create mode 100644 src/config/default.cursor create mode 100644 src/config/dnd-move.cursor create mode 100644 src/config/dnd-no-drop.cursor create mode 100644 src/config/down-arrow.cursor create mode 100644 src/config/draft.cursor create mode 100644 src/config/fleur.cursor create mode 100644 src/config/help.cursor create mode 100644 src/config/left-arrow.cursor create mode 100644 src/config/left_side.cursor create mode 100644 src/config/no-drop.cursor create mode 100644 src/config/not-allowed.cursor create mode 100644 src/config/openhand.cursor create mode 100644 src/config/pencil.cursor create mode 100644 src/config/pirate.cursor create mode 100644 src/config/pointer.cursor create mode 100644 src/config/progress.cursor create mode 100644 src/config/right-arrow.cursor create mode 100644 src/config/right_ptr.cursor create mode 100644 src/config/right_side.cursor create mode 100644 src/config/row-resize.cursor create mode 100644 src/config/size_bdiag.cursor create mode 100644 src/config/size_fdiag.cursor create mode 100644 src/config/size_hor.cursor create mode 100644 src/config/size_ver.cursor create mode 100644 src/config/text.cursor create mode 100644 src/config/top_left_corner.cursor create mode 100644 src/config/top_right_corner.cursor create mode 100644 src/config/top_side.cursor create mode 100644 src/config/top_tee.cursor create mode 100644 src/config/up-arrow.cursor create mode 100644 src/config/vertical-text.cursor create mode 100644 src/config/wait.cursor create mode 100644 src/config/wayland-cursor.cursor create mode 100644 src/config/x-cursor.cursor create mode 100644 src/config/zoom-in.cursor create mode 100644 src/config/zoom-out.cursor diff --git a/src/config/alias.cursor b/src/config/alias.cursor new file mode 100644 index 00000000..c4e30ae8 --- /dev/null +++ b/src/config/alias.cursor @@ -0,0 +1,2 @@ +24 4 4 x1/alias.png +48 8 8 x2/alias.png diff --git a/src/config/all-scroll.cursor b/src/config/all-scroll.cursor new file mode 100644 index 00000000..089ac20e --- /dev/null +++ b/src/config/all-scroll.cursor @@ -0,0 +1,2 @@ +24 16 16 x1/all-scroll.png +48 32 32 x2/all-scroll.png diff --git a/src/config/bottom_left_corner.cursor b/src/config/bottom_left_corner.cursor new file mode 100644 index 00000000..8673b76b --- /dev/null +++ b/src/config/bottom_left_corner.cursor @@ -0,0 +1,2 @@ +24 4 26 x1/bottom_left_corner.png +48 8 52 x2/bottom_left_corner.png diff --git a/src/config/bottom_right_corner.cursor b/src/config/bottom_right_corner.cursor new file mode 100644 index 00000000..0bafd14c --- /dev/null +++ b/src/config/bottom_right_corner.cursor @@ -0,0 +1,2 @@ +24 26 26 x1/bottom_right_corner.png +48 52 52 x2/bottom_right_corner.png diff --git a/src/config/bottom_side.cursor b/src/config/bottom_side.cursor new file mode 100644 index 00000000..6fc18b67 --- /dev/null +++ b/src/config/bottom_side.cursor @@ -0,0 +1,2 @@ +24 16 28 x1/bottom_side.png +48 32 56 x2/bottom_side.png diff --git a/src/config/bottom_tee.cursor b/src/config/bottom_tee.cursor new file mode 100644 index 00000000..a88c1ff7 --- /dev/null +++ b/src/config/bottom_tee.cursor @@ -0,0 +1,2 @@ +24 4 26 x1/bottom_tee.png +48 8 52 x2/bottom_tee.png diff --git a/src/config/cell.cursor b/src/config/cell.cursor new file mode 100644 index 00000000..bf8abb17 --- /dev/null +++ b/src/config/cell.cursor @@ -0,0 +1,2 @@ +24 16 16 x1/cell.png +48 32 32 x2/cell.png diff --git a/src/config/center_ptr.cursor b/src/config/center_ptr.cursor new file mode 100644 index 00000000..c501d93c --- /dev/null +++ b/src/config/center_ptr.cursor @@ -0,0 +1,2 @@ +24 20 4 x1/center_ptr.png +48 40 8 x2/center_ptr.png diff --git a/src/config/col-resize.cursor b/src/config/col-resize.cursor new file mode 100644 index 00000000..f8731477 --- /dev/null +++ b/src/config/col-resize.cursor @@ -0,0 +1,2 @@ +24 16 16 x1/col-resize.png +48 32 32 x2/col-resize.png diff --git a/src/config/color-picker.cursor b/src/config/color-picker.cursor new file mode 100644 index 00000000..b22e5783 --- /dev/null +++ b/src/config/color-picker.cursor @@ -0,0 +1,2 @@ +24 4 29 x1/color-picker.png +48 8 58 x2/color-picker.png diff --git a/src/config/context-menu.cursor b/src/config/context-menu.cursor new file mode 100644 index 00000000..c56cee34 --- /dev/null +++ b/src/config/context-menu.cursor @@ -0,0 +1,2 @@ +24 4 4 x1/context-menu.png +48 8 8 x2/context-menu.png diff --git a/src/config/copy.cursor b/src/config/copy.cursor new file mode 100644 index 00000000..08108cc0 --- /dev/null +++ b/src/config/copy.cursor @@ -0,0 +1,2 @@ +24 4 4 x1/copy.png +48 8 8 x2/copy.png diff --git a/src/config/crosshair.cursor b/src/config/crosshair.cursor new file mode 100644 index 00000000..850f7c0d --- /dev/null +++ b/src/config/crosshair.cursor @@ -0,0 +1,2 @@ +24 16 16 x1/crosshair.png +48 32 32 x2/crosshair.png diff --git a/src/config/default.cursor b/src/config/default.cursor new file mode 100644 index 00000000..6421cd31 --- /dev/null +++ b/src/config/default.cursor @@ -0,0 +1,2 @@ +24 4 4 x1/default.png +48 8 8 x2/default.png diff --git a/src/config/dnd-move.cursor b/src/config/dnd-move.cursor new file mode 100644 index 00000000..df10704a --- /dev/null +++ b/src/config/dnd-move.cursor @@ -0,0 +1,2 @@ +24 16 16 x1/dnd-move.png +48 32 32 x2/dnd-move.png diff --git a/src/config/dnd-no-drop.cursor b/src/config/dnd-no-drop.cursor new file mode 100644 index 00000000..943452f4 --- /dev/null +++ b/src/config/dnd-no-drop.cursor @@ -0,0 +1,2 @@ +24 16 16 x1/dnd-no-drop.png +48 32 32 x2/dnd-no-drop.png diff --git a/src/config/down-arrow.cursor b/src/config/down-arrow.cursor new file mode 100644 index 00000000..78d39fa9 --- /dev/null +++ b/src/config/down-arrow.cursor @@ -0,0 +1,2 @@ +24 16 28 x1/down-arrow.png +48 32 56 x2/down-arrow.png diff --git a/src/config/draft.cursor b/src/config/draft.cursor new file mode 100644 index 00000000..2610bd12 --- /dev/null +++ b/src/config/draft.cursor @@ -0,0 +1,2 @@ +24 4 29 x1/draft.png +48 8 58 x2/draft.png diff --git a/src/config/fleur.cursor b/src/config/fleur.cursor new file mode 100644 index 00000000..e954c686 --- /dev/null +++ b/src/config/fleur.cursor @@ -0,0 +1,2 @@ +24 16 16 x1/fleur.png +48 32 32 x2/fleur.png diff --git a/src/config/help.cursor b/src/config/help.cursor new file mode 100644 index 00000000..e7974519 --- /dev/null +++ b/src/config/help.cursor @@ -0,0 +1,2 @@ +24 4 4 x1/help.png +48 8 8 x2/help.png diff --git a/src/config/left-arrow.cursor b/src/config/left-arrow.cursor new file mode 100644 index 00000000..a7109e8e --- /dev/null +++ b/src/config/left-arrow.cursor @@ -0,0 +1,2 @@ +24 4 16 x1/left-arrow.png +48 8 32 x2/left-arrow.png diff --git a/src/config/left_side.cursor b/src/config/left_side.cursor new file mode 100644 index 00000000..01eb8a45 --- /dev/null +++ b/src/config/left_side.cursor @@ -0,0 +1,2 @@ +24 4 16 x1/left_side.png +48 8 32 x2/left_side.png diff --git a/src/config/no-drop.cursor b/src/config/no-drop.cursor new file mode 100644 index 00000000..2e62d2d1 --- /dev/null +++ b/src/config/no-drop.cursor @@ -0,0 +1,2 @@ +24 4 4 x1/no-drop.png +48 8 8 x2/no-drop.png diff --git a/src/config/not-allowed.cursor b/src/config/not-allowed.cursor new file mode 100644 index 00000000..e5098abe --- /dev/null +++ b/src/config/not-allowed.cursor @@ -0,0 +1,2 @@ +24 16 16 x1/not-allowed.png +48 32 32 x2/not-allowed.png diff --git a/src/config/openhand.cursor b/src/config/openhand.cursor new file mode 100644 index 00000000..3f0bcec0 --- /dev/null +++ b/src/config/openhand.cursor @@ -0,0 +1,2 @@ +24 16 16 x1/openhand.png +48 32 32 x2/openhand.png diff --git a/src/config/pencil.cursor b/src/config/pencil.cursor new file mode 100644 index 00000000..e31103ba --- /dev/null +++ b/src/config/pencil.cursor @@ -0,0 +1,2 @@ +24 4 29 x1/pencil.png +48 8 58 x2/pencil.png diff --git a/src/config/pirate.cursor b/src/config/pirate.cursor new file mode 100644 index 00000000..47c63653 --- /dev/null +++ b/src/config/pirate.cursor @@ -0,0 +1,2 @@ +24 16 16 x1/pirate.png +48 32 32 x2/pirate.png diff --git a/src/config/pointer.cursor b/src/config/pointer.cursor new file mode 100644 index 00000000..07c4dc79 --- /dev/null +++ b/src/config/pointer.cursor @@ -0,0 +1,2 @@ +24 16 4 x1/pointer.png +48 32 8 x2/pointer.png diff --git a/src/config/progress.cursor b/src/config/progress.cursor new file mode 100644 index 00000000..9da1711a --- /dev/null +++ b/src/config/progress.cursor @@ -0,0 +1,62 @@ +24 16 16 x1/progress-01.png 40 +24 16 16 x1/progress-02.png 40 +24 16 16 x1/progress-03.png 40 +24 16 16 x1/progress-04.png 40 +24 16 16 x1/progress-05.png 40 +24 16 16 x1/progress-06.png 40 +24 16 16 x1/progress-07.png 50 +24 16 16 x1/progress-08.png 50 +24 16 16 x1/progress-09.png 50 +24 16 16 x1/progress-10.png 50 +24 16 16 x1/progress-11.png 50 +24 16 16 x1/progress-12.png 50 +24 16 16 x1/progress-13.png 60 +24 16 16 x1/progress-14.png 60 +24 16 16 x1/progress-15.png 60 +24 16 16 x1/progress-16.png 60 +24 16 16 x1/progress-17.png 60 +24 16 16 x1/progress-18.png 60 +24 16 16 x1/progress-19.png 50 +24 16 16 x1/progress-20.png 50 +24 16 16 x1/progress-21.png 50 +24 16 16 x1/progress-22.png 50 +24 16 16 x1/progress-23.png 50 +24 16 16 x1/progress-24.png 50 +24 16 16 x1/progress-25.png 40 +24 16 16 x1/progress-26.png 40 +24 16 16 x1/progress-27.png 40 +24 16 16 x1/progress-28.png 40 +24 16 16 x1/progress-29.png 40 +24 16 16 x1/progress-30.png 40 +24 16 16 x1/progress-31.png 40 +48 32 32 x2/progress-01.png 40 +48 32 32 x2/progress-02.png 40 +48 32 32 x2/progress-03.png 40 +48 32 32 x2/progress-04.png 40 +48 32 32 x2/progress-05.png 40 +48 32 32 x2/progress-06.png 40 +48 32 32 x2/progress-07.png 50 +48 32 32 x2/progress-08.png 50 +48 32 32 x2/progress-09.png 50 +48 32 32 x2/progress-10.png 50 +48 32 32 x2/progress-11.png 50 +48 32 32 x2/progress-12.png 50 +48 32 32 x2/progress-13.png 60 +48 32 32 x2/progress-14.png 60 +48 32 32 x2/progress-15.png 60 +48 32 32 x2/progress-16.png 60 +48 32 32 x2/progress-17.png 60 +48 32 32 x2/progress-18.png 60 +48 32 32 x2/progress-19.png 50 +48 32 32 x2/progress-20.png 50 +48 32 32 x2/progress-21.png 50 +48 32 32 x2/progress-22.png 50 +48 32 32 x2/progress-23.png 50 +48 32 32 x2/progress-24.png 50 +48 32 32 x2/progress-25.png 60 +48 32 32 x2/progress-26.png 60 +48 32 32 x2/progress-27.png 60 +48 32 32 x2/progress-28.png 60 +48 32 32 x2/progress-29.png 60 +48 32 32 x2/progress-30.png 60 +48 32 32 x2/progress-31.png 60 \ No newline at end of file diff --git a/src/config/right-arrow.cursor b/src/config/right-arrow.cursor new file mode 100644 index 00000000..b1f9c2f4 --- /dev/null +++ b/src/config/right-arrow.cursor @@ -0,0 +1,2 @@ +24 28 16 x1/right-arrow.png +48 56 32 x2/right-arrow.png diff --git a/src/config/right_ptr.cursor b/src/config/right_ptr.cursor new file mode 100644 index 00000000..e25b8075 --- /dev/null +++ b/src/config/right_ptr.cursor @@ -0,0 +1,2 @@ +24 28 4 x1/right_ptr.png +48 56 8 x2/right_ptr.png diff --git a/src/config/right_side.cursor b/src/config/right_side.cursor new file mode 100644 index 00000000..235f6ee5 --- /dev/null +++ b/src/config/right_side.cursor @@ -0,0 +1,2 @@ +24 28 16 x1/right_side.png +48 56 32 x2/right_side.png diff --git a/src/config/row-resize.cursor b/src/config/row-resize.cursor new file mode 100644 index 00000000..ac9a293c --- /dev/null +++ b/src/config/row-resize.cursor @@ -0,0 +1,2 @@ +24 16 16 x1/row-resize.png +48 32 32 x2/row-resize.png diff --git a/src/config/size_bdiag.cursor b/src/config/size_bdiag.cursor new file mode 100644 index 00000000..5868cbcd --- /dev/null +++ b/src/config/size_bdiag.cursor @@ -0,0 +1,2 @@ +24 16 16 x1/size_bdiag.png +48 32 32 x2/size_bdiag.png diff --git a/src/config/size_fdiag.cursor b/src/config/size_fdiag.cursor new file mode 100644 index 00000000..3fcbbf1f --- /dev/null +++ b/src/config/size_fdiag.cursor @@ -0,0 +1,2 @@ +24 16 16 x1/size_fdiag.png +48 32 32 x2/size_fdiag.png diff --git a/src/config/size_hor.cursor b/src/config/size_hor.cursor new file mode 100644 index 00000000..5e4466ee --- /dev/null +++ b/src/config/size_hor.cursor @@ -0,0 +1,2 @@ +24 16 16 x1/size_hor.png +48 32 32 x2/size_hor.png diff --git a/src/config/size_ver.cursor b/src/config/size_ver.cursor new file mode 100644 index 00000000..ef60fd45 --- /dev/null +++ b/src/config/size_ver.cursor @@ -0,0 +1,2 @@ +24 16 16 x1/size_ver.png +48 32 32 x2/size_ver.png diff --git a/src/config/text.cursor b/src/config/text.cursor new file mode 100644 index 00000000..6c5bfafe --- /dev/null +++ b/src/config/text.cursor @@ -0,0 +1,2 @@ +24 16 16 x1/text.png +48 32 32 x2/text.png diff --git a/src/config/top_left_corner.cursor b/src/config/top_left_corner.cursor new file mode 100644 index 00000000..02dec5f8 --- /dev/null +++ b/src/config/top_left_corner.cursor @@ -0,0 +1,2 @@ +24 5 4 x1/top_left_corner.png +48 10 8 x2/top_left_corner.png diff --git a/src/config/top_right_corner.cursor b/src/config/top_right_corner.cursor new file mode 100644 index 00000000..499b7cd2 --- /dev/null +++ b/src/config/top_right_corner.cursor @@ -0,0 +1,2 @@ +24 26 4 x1/top_right_corner.png +48 52 8 x2/top_right_corner.png diff --git a/src/config/top_side.cursor b/src/config/top_side.cursor new file mode 100644 index 00000000..d6be2300 --- /dev/null +++ b/src/config/top_side.cursor @@ -0,0 +1,2 @@ +24 16 4 x1/top_side.png +48 32 8 x2/top_side.png diff --git a/src/config/top_tee.cursor b/src/config/top_tee.cursor new file mode 100644 index 00000000..e142c736 --- /dev/null +++ b/src/config/top_tee.cursor @@ -0,0 +1,2 @@ +24 4 26 x1/top_tee.png +48 8 52 x2/top_tee.png diff --git a/src/config/up-arrow.cursor b/src/config/up-arrow.cursor new file mode 100644 index 00000000..cdf55d87 --- /dev/null +++ b/src/config/up-arrow.cursor @@ -0,0 +1,2 @@ +24 16 4 x1/up-arrow.png +48 32 8 x2/up-arrow.png diff --git a/src/config/vertical-text.cursor b/src/config/vertical-text.cursor new file mode 100644 index 00000000..ceb7473d --- /dev/null +++ b/src/config/vertical-text.cursor @@ -0,0 +1,2 @@ +24 16 16 x1/vertical-text.png +48 32 32 x2/vertical-text.png diff --git a/src/config/wait.cursor b/src/config/wait.cursor new file mode 100644 index 00000000..e108737e --- /dev/null +++ b/src/config/wait.cursor @@ -0,0 +1,62 @@ +24 16 16 x1/wait-01.png 40 +24 16 16 x1/wait-02.png 40 +24 16 16 x1/wait-03.png 40 +24 16 16 x1/wait-04.png 40 +24 16 16 x1/wait-05.png 40 +24 16 16 x1/wait-06.png 40 +24 16 16 x1/wait-07.png 50 +24 16 16 x1/wait-08.png 50 +24 16 16 x1/wait-09.png 50 +24 16 16 x1/wait-10.png 50 +24 16 16 x1/wait-11.png 50 +24 16 16 x1/wait-12.png 50 +24 16 16 x1/wait-13.png 60 +24 16 16 x1/wait-14.png 60 +24 16 16 x1/wait-15.png 60 +24 16 16 x1/wait-16.png 60 +24 16 16 x1/wait-17.png 60 +24 16 16 x1/wait-18.png 60 +24 16 16 x1/wait-19.png 50 +24 16 16 x1/wait-20.png 50 +24 16 16 x1/wait-21.png 50 +24 16 16 x1/wait-22.png 50 +24 16 16 x1/wait-23.png 50 +24 16 16 x1/wait-24.png 50 +24 16 16 x1/wait-25.png 40 +24 16 16 x1/wait-26.png 40 +24 16 16 x1/wait-27.png 40 +24 16 16 x1/wait-28.png 40 +24 16 16 x1/wait-29.png 40 +24 16 16 x1/wait-30.png 40 +24 16 16 x1/wait-31.png 40 +48 32 32 x2/wait-01.png 40 +48 32 32 x2/wait-02.png 40 +48 32 32 x2/wait-03.png 40 +48 32 32 x2/wait-04.png 40 +48 32 32 x2/wait-05.png 40 +48 32 32 x2/wait-06.png 40 +48 32 32 x2/wait-07.png 50 +48 32 32 x2/wait-08.png 50 +48 32 32 x2/wait-09.png 50 +48 32 32 x2/wait-10.png 50 +48 32 32 x2/wait-11.png 50 +48 32 32 x2/wait-12.png 50 +48 32 32 x2/wait-13.png 60 +48 32 32 x2/wait-14.png 60 +48 32 32 x2/wait-15.png 60 +48 32 32 x2/wait-16.png 60 +48 32 32 x2/wait-17.png 60 +48 32 32 x2/wait-18.png 60 +48 32 32 x2/wait-19.png 50 +48 32 32 x2/wait-20.png 50 +48 32 32 x2/wait-21.png 50 +48 32 32 x2/wait-22.png 50 +48 32 32 x2/wait-23.png 50 +48 32 32 x2/wait-24.png 50 +48 32 32 x2/wait-25.png 60 +48 32 32 x2/wait-26.png 60 +48 32 32 x2/wait-27.png 60 +48 32 32 x2/wait-28.png 60 +48 32 32 x2/wait-29.png 60 +48 32 32 x2/wait-30.png 60 +48 32 32 x2/wait-31.png 60 \ No newline at end of file diff --git a/src/config/wayland-cursor.cursor b/src/config/wayland-cursor.cursor new file mode 100644 index 00000000..35782084 --- /dev/null +++ b/src/config/wayland-cursor.cursor @@ -0,0 +1,2 @@ +24 16 16 x1/wayland-cursor.png +48 32 32 x2/wayland-cursor.png diff --git a/src/config/x-cursor.cursor b/src/config/x-cursor.cursor new file mode 100644 index 00000000..b2cf1e39 --- /dev/null +++ b/src/config/x-cursor.cursor @@ -0,0 +1,2 @@ +24 16 16 x1/x-cursor.png +48 32 32 x2/x-cursor.png diff --git a/src/config/zoom-in.cursor b/src/config/zoom-in.cursor new file mode 100644 index 00000000..9dbeb1a8 --- /dev/null +++ b/src/config/zoom-in.cursor @@ -0,0 +1,2 @@ +24 16 16 x1/zoom-in.png +48 32 32 x2/zoom-in.png diff --git a/src/config/zoom-out.cursor b/src/config/zoom-out.cursor new file mode 100644 index 00000000..7742101b --- /dev/null +++ b/src/config/zoom-out.cursor @@ -0,0 +1,2 @@ +24 16 16 x1/zoom-out.png +48 32 32 x2/zoom-out.png