On Wayland, load "hand2" and "hand1" cursor icons for CursorIcon::Hand

This commit is contained in:
Aidan Dang 2021-08-01 08:16:02 +00:00 committed by GitHub
parent 63ad47a7bf
commit 2a9916103b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -70,7 +70,7 @@ impl WinitPointer {
CursorIcon::Copy => &["copy"],
CursorIcon::Crosshair => &["crosshair"],
CursorIcon::Default => &["left_ptr"],
CursorIcon::Hand => &["hand"],
CursorIcon::Hand => &["hand2", "hand1"],
CursorIcon::Help => &["question_arrow"],
CursorIcon::Move => &["move"],
CursorIcon::Grab => &["openhand", "grab"],