Wayland: Fix pointing hand cursor shape

Related to #1432.
This commit is contained in:
Camilla Löwy
2019-05-17 18:30:02 +02:00
parent a80788c17f
commit 80fde12fda
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -783,7 +783,7 @@ static char *translateCursorShape(int shape)
case GLFW_CROSSHAIR_CURSOR:
return "crosshair";
case GLFW_HAND_CURSOR:
return "grabbing";
return "hand2";
case GLFW_HRESIZE_CURSOR:
return "sb_h_double_arrow";
case GLFW_VRESIZE_CURSOR: