mirror of
https://github.com/gwm17/glfw.git
synced 2025-01-30 19:08:51 -05:00
OSMesa: Add missing stubs
This commit is contained in:
parent
9e56099edd
commit
be4eb6fb2b
|
@ -159,6 +159,18 @@ int _glfwPlatformWindowMaximized(_GLFWwindow* window)
|
|||
return GLFW_FALSE;
|
||||
}
|
||||
|
||||
void _glfwPlatformSetWindowResizable(_GLFWwindow* window, GLFWbool enabled)
|
||||
{
|
||||
}
|
||||
|
||||
void _glfwPlatformSetWindowDecorated(_GLFWwindow* window, GLFWbool enabled)
|
||||
{
|
||||
}
|
||||
|
||||
void _glfwPlatformSetWindowFloating(_GLFWwindow* window, GLFWbool enabled)
|
||||
{
|
||||
}
|
||||
|
||||
void _glfwPlatformShowWindow(_GLFWwindow* window)
|
||||
{
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user