Skip to content

Commit 079e4d8

Browse files
committed
chore: Renamed some Windows cursors according to clickgen
1 parent 14668ef commit 079e4d8

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

build.toml

+10-6
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,19 @@ x11_sizes = [16, 20, 22, 24, 28, 32, 40, 48, 56, 64, 72, 80, 88, 96]
1414
win_sizes = [24]
1515
x_hotspot = 128
1616
y_hotspot = 128
17-
x11_delay = 40
17+
x11_delay = 20
1818
win_delay = 1
1919

2020
[cursors.all-scroll]
2121
png = 'all-scroll.png'
2222
x11_name = 'all-scroll'
23+
win_name = 'Move'
2324
x11_symlinks = ["fleur", "size_all"]
2425

2526
[cursors.bottom_left_corner]
2627
png = 'bottom_left_corner.png'
2728
x11_name = 'bottom_left_corner'
28-
win_name = 'Diagonal_2'
29+
win_name = 'Dng2'
2930
x11_symlinks = [
3031
"fcf1c3c7cd4491d801f1e1c78f100000",
3132
"sw-resize",
@@ -39,7 +40,7 @@ x11_symlinks = [
3940
[cursors.bottom_right_corner]
4041
png = 'bottom_right_corner.png'
4142
x11_name = 'bottom_right_corner'
42-
win_name = 'Diagonal_1'
43+
win_name = 'Dng1'
4344
x11_symlinks = [
4445
"c7088f0f3e6c8088236ef8e1e3e70000",
4546
"top_left_corner",
@@ -118,7 +119,7 @@ png = 'hand1.png'
118119
x_hotspot = 134
119120
y_hotspot = 81
120121
x11_name = 'hand1'
121-
win_name = 'Move'
122+
win_name = 'Pan'
122123
x11_symlinks = ["grab", "openhand"]
123124

124125
[cursors.hand2]
@@ -139,7 +140,7 @@ png = 'left_ptr.png'
139140
x_hotspot = 80
140141
y_hotspot = 38
141142
x11_name = 'left_ptr'
142-
win_name = 'Default'
143+
win_name = 'Pointer'
143144
x11_symlinks = ["arrow", "default", "top_left_arrow"]
144145

145146
[cursors.left_ptr_watch]
@@ -196,6 +197,7 @@ png = 'move.png'
196197
x_hotspot = 139
197198
y_hotspot = 86
198199
x11_name = 'move'
200+
win_name = 'Grabbing'
199201
x11_symlinks = [
200202
"4498f0e0c1937ffe01fd06f973665830",
201203
"9081237383d90e509aa00f00170e968f",
@@ -357,17 +359,19 @@ png = 'xterm.png'
357359
x_hotspot = 129
358360
y_hotspot = 136
359361
x11_name = 'xterm'
360-
win_name = 'IBeam'
362+
win_name = 'Text'
361363
x11_symlinks = ["ibeam", "text"]
362364

363365
[cursors.zoom-in]
364366
png = 'zoom-in.png'
365367
x_hotspot = 99
366368
y_hotspot = 98
367369
x11_name = 'zoom-in'
370+
win_name = 'Zoom-in'
368371

369372
[cursors.zoom-out]
370373
png = 'zoom-out.png'
371374
x_hotspot = 99
372375
y_hotspot = 98
373376
x11_name = 'zoom-out'
377+
win_name = 'Zoom-out'

0 commit comments

Comments
 (0)