mirror of
https://github.com/glfw/glfw.git
synced 2025-09-03 20:41:49 +00:00
Compare commits
2 Commits
adef462c1c
...
7abef627ff
Author | SHA1 | Date | |
---|---|---|---|
|
7abef627ff | ||
|
3bfa294347 |
@ -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…
Reference in New Issue
Block a user