OSMesa: Allow cursor creation

master
Camilla Berglund ago%!(EXTRA string=9 years)
parent 0e8d129efb
commit 5b8051581e
  1. 4
      src/osmesa_window.c

@ -226,12 +226,12 @@ int _glfwPlatformCreateCursor(_GLFWcursor* cursor,
const GLFWimage* image, const GLFWimage* image,
int xhot, int yhot) int xhot, int yhot)
{ {
return GLFW_FALSE; return GLFW_TRUE;
} }
int _glfwPlatformCreateStandardCursor(_GLFWcursor* cursor, int shape) int _glfwPlatformCreateStandardCursor(_GLFWcursor* cursor, int shape)
{ {
return GLFW_FALSE; return GLFW_TRUE;
} }
void _glfwPlatformDestroyCursor(_GLFWcursor* cursor) void _glfwPlatformDestroyCursor(_GLFWcursor* cursor)

Loading…
Cancel
Save