mirror of
https://github.com/glfw/glfw.git
synced 2025-12-21 14:42:06 +00:00
Compare commits
2 Commits
53cb671201
...
bf119045db
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bf119045db | ||
|
|
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