Wayland: use correct name for hand cursor

This commit is contained in:
Kovid Goyal
2019-03-21 09:24:51 +05:30
parent fc1a8351b0
commit bfb97a6e6f

2
glfw/wl_window.c vendored
View File

@@ -890,7 +890,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: