Compare commits

...

2 Commits

Author SHA1 Message Date
hypatia-of-sva
adef462c1c
Merge 3bfa294347 into 63a7e8b7f8 2025-08-29 17:36:08 +02: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();