mirror of
https://github.com/glfw/glfw.git
synced 2025-04-05 21:45:08 +00:00
OSMesa: Allow cursor creation
This commit is contained in:
parent
0e8d129efb
commit
5b8051581e
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue