Skip to content

Commit

Permalink
Merge pull request #6675 from AvaloniaUI/feature/x11-use-xc-hand2
Browse files Browse the repository at this point in the history
[X11] Use XC_hand2 for hand cursor
  • Loading branch information
Dan Walmsley committed Oct 8, 2021
1 parent 80c35ff commit 12f3121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Avalonia.X11/X11CursorFactory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class X11CursorFactory : ICursorFactory
{
{StandardCursorType.Arrow, CursorFontShape.XC_top_left_arrow},
{StandardCursorType.Cross, CursorFontShape.XC_cross},
{StandardCursorType.Hand, CursorFontShape.XC_hand1},
{StandardCursorType.Hand, CursorFontShape.XC_hand2},
{StandardCursorType.Help, CursorFontShape.XC_question_arrow},
{StandardCursorType.Ibeam, CursorFontShape.XC_xterm},
{StandardCursorType.No, CursorFontShape.XC_X_cursor},
Expand Down

0 comments on commit 12f3121

Please sign in to comment.