diff --git a/src/osmesa_window.c b/src/osmesa_window.c index c010be53..38acdb21 100644 --- a/src/osmesa_window.c +++ b/src/osmesa_window.c @@ -226,12 +226,12 @@ int _glfwPlatformCreateCursor(_GLFWcursor* cursor, const GLFWimage* image, int xhot, int yhot) { - return GLFW_FALSE; + return GLFW_TRUE; } int _glfwPlatformCreateStandardCursor(_GLFWcursor* cursor, int shape) { - return GLFW_FALSE; + return GLFW_TRUE; } void _glfwPlatformDestroyCursor(_GLFWcursor* cursor)