mirror of
https://github.com/gwm17/glfw.git
synced 2025-01-30 19:08:51 -05:00
parent
e2fa82ffbb
commit
2a27eb95e4
|
@ -2810,7 +2810,7 @@ int _glfwPlatformCreateStandardCursor(_GLFWcursor* cursor, int shape)
|
||||||
else if (shape == GLFW_CROSSHAIR_CURSOR)
|
else if (shape == GLFW_CROSSHAIR_CURSOR)
|
||||||
native = XC_crosshair;
|
native = XC_crosshair;
|
||||||
else if (shape == GLFW_HAND_CURSOR)
|
else if (shape == GLFW_HAND_CURSOR)
|
||||||
native = XC_hand1;
|
native = XC_hand2;
|
||||||
else if (shape == GLFW_HRESIZE_CURSOR)
|
else if (shape == GLFW_HRESIZE_CURSOR)
|
||||||
native = XC_sb_h_double_arrow;
|
native = XC_sb_h_double_arrow;
|
||||||
else if (shape == GLFW_VRESIZE_CURSOR)
|
else if (shape == GLFW_VRESIZE_CURSOR)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user