Skip to content

Commit 9a7ac26

Browse files
committed
fix: default pointer hotspot
1 parent 0357fe1 commit 9a7ac26

File tree

4 files changed

+18
-7
lines changed

4 files changed

+18
-7
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2020
### What's New?
2121

2222
- Using [cbmp v1.1.1](https://github.com/ful1e5/cbmp/tree/v1.1.1) for rendering cursor bitmaps.
23+
- Support `256px` cursors
24+
- feat: Added `Person` and `Pin` cursors for Windows
25+
- Official Distributing `16` and `20` XCursors
26+
- Multi Resolution Windows Cursors
27+
- Attach version meta-data inside cursor packages
28+
- Using [cbmp v1.1.1](https://github.com/ful1e5/cbmp/tree/v1.1.1) for rendering cursor bitmaps.
29+
30+
### Changes
2331

32+
- build script renamed (`release.sh` -> `build.sh`)
33+
- Use 'xz' for better compression in `build.sh` script
34+
- De-framed animated cursors to static SVG files
2435
## [v2.0.1]- 20 October 2022
2536

2637
### Changed

configs/win_lg.build.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ win_name = 'Link'
5959

6060
[cursors.left_ptr]
6161
png = 'left_ptr.png'
62-
x_hotspot = 123
63-
y_hotspot = 11
62+
x_hotspot = 63
63+
y_hotspot = 20
6464
win_name = 'Pointer'
6565

6666
[cursors.left_ptr_watch]

configs/win_rg.build.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ win_name = 'Link'
5959

6060
[cursors.left_ptr]
6161
png = 'left_ptr.png'
62-
x_hotspot = 123
63-
y_hotspot = 11
62+
x_hotspot = 63
63+
y_hotspot = 20
6464
win_name = 'Pointer'
6565

6666
[cursors.left_ptr_watch]

configs/x.build.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ platforms = 'x11'
1313
x11_sizes = [16, 20, 22, 24, 28, 32, 40, 48, 56, 64, 72, 80, 88, 96]
1414
x_hotspot = 128
1515
y_hotspot = 128
16-
x11_delay = 35
16+
x11_delay = 50
1717

1818

1919
[cursors.all-scroll]
@@ -129,8 +129,8 @@ x11_symlinks = [
129129

130130
[cursors.left_ptr]
131131
png = 'left_ptr.png'
132-
x_hotspot = 123
133-
y_hotspot = 11
132+
x_hotspot = 63
133+
y_hotspot = 20
134134
x11_name = 'left_ptr'
135135
x11_symlinks = ['arrow', 'default', 'top_left_arrow']
136136

0 commit comments

Comments
 (0)