mirror of
https://github.com/glfw/glfw.git
synced 2025-12-20 06:01:56 +00:00
Compare commits
2 Commits
0da5110f8b
...
3aa189fa3a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3aa189fa3a | ||
|
|
3bfa294347 |
@ -252,7 +252,7 @@ GLFWAPI GLFWwindow* glfwCreateWindow(int width, int height,
|
|||||||
return (GLFWwindow*) window;
|
return (GLFWwindow*) window;
|
||||||
}
|
}
|
||||||
|
|
||||||
void glfwDefaultWindowHints(void)
|
GLFWAPI void glfwDefaultWindowHints(void)
|
||||||
{
|
{
|
||||||
_GLFW_REQUIRE_INIT();
|
_GLFW_REQUIRE_INIT();
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user