mirror of
https://github.com/glfw/glfw.git
synced 2025-10-17 21:42:11 +00:00
Merge 3bfa294347
into 8e15281d34
This commit is contained in:
commit
3aa189fa3a
@ -252,7 +252,7 @@ GLFWAPI GLFWwindow* glfwCreateWindow(int width, int height,
|
||||
return (GLFWwindow*) window;
|
||||
}
|
||||
|
||||
void glfwDefaultWindowHints(void)
|
||||
GLFWAPI void glfwDefaultWindowHints(void)
|
||||
{
|
||||
_GLFW_REQUIRE_INIT();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user