mirror of
https://github.com/glfw/glfw.git
synced 2025-12-20 06:01:56 +00:00
Compare commits
2 Commits
bf119045db
...
ad0aae36a1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ad0aae36a1 | ||
|
|
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