mirror of
https://github.com/gwm17/glfw.git
synced 2025-01-30 10:58:50 -05:00
OSMesa: Allow cursor creation
This commit is contained in:
parent
0e8d129efb
commit
5b8051581e
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user