Update bundled glfw

This commit is contained in:
Kovid Goyal
2018-01-12 05:34:53 +05:30
parent 5a4e883360
commit d43d6ab0a9
18 changed files with 260 additions and 80 deletions

5
glfw/null_window.c vendored
View File

@@ -165,6 +165,11 @@ int _glfwPlatformWindowMaximized(_GLFWwindow* window)
return GLFW_FALSE;
}
int _glfwPlatformWindowHovered(_GLFWwindow* window)
{
return GLFW_FALSE;
}
int _glfwPlatformFramebufferTransparent(_GLFWwindow* window)
{
return GLFW_FALSE;