Compare commits

...

2 Commits

Author SHA1 Message Date
hypatia-of-sva
3aa189fa3a
Merge 3bfa294347 into 8e15281d34 2025-10-09 22:22:28 -05:00
hypatia-of-sva
3bfa294347
added missing GLFWAPI for glfwDefaultHints() 2024-04-20 16:54:13 +02:00

View File

@ -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();