OSMesa: Add missing stubs

master
Camilla Löwy ago%!(EXTRA string=9 years)
parent 9e56099edd
commit be4eb6fb2b
  1. 12
      src/osmesa_window.c

@ -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…
Cancel
Save