mirror of
https://github.com/glfw/glfw.git
synced 2025-04-05 05:25:07 +00:00
Merge 3bfa294347
into e7ea71be03
This commit is contained in:
commit
ad0aae36a1
1 changed files with 1 additions and 1 deletions
|
@ -253,7 +253,7 @@ GLFWAPI GLFWwindow* glfwCreateWindow(int width, int height,
|
|||
return (GLFWwindow*) window;
|
||||
}
|
||||
|
||||
void glfwDefaultWindowHints(void)
|
||||
GLFWAPI void glfwDefaultWindowHints(void)
|
||||
{
|
||||
_GLFW_REQUIRE_INIT();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue