On Wayland, load "hand2" and "hand1" cursor icons for CursorIcon::Hand
This commit is contained in:
parent
63ad47a7bf
commit
2a9916103b
2 changed files with 2 additions and 1 deletions
|
|
@ -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"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue