Compare commits

...

2 Commits

Author SHA1 Message Date
hypatia-of-sva
7abef627ff
Merge 3bfa294347 into 7ef6efeb66 2025-08-19 11:14:10 +08:00
hypatia-of-sva
3bfa294347
added missing GLFWAPI for glfwDefaultHints() 2024-04-20 16:54:13 +02:00

View File

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