mirror of
https://github.com/glfw/glfw.git
synced 2026-09-20 08:23:13 +00:00
Renamed window hint reset function for clarity.
This commit is contained in:
+3
-3
@@ -105,9 +105,9 @@ GLFWAPI int glfwInitWithModels(GLFWthreadmodel* threading, GLFWallocator* alloca
|
||||
_glfwLibrary.allocator.free = free;
|
||||
}
|
||||
|
||||
// Not all window hints are cleared to zero, so this needs to be here
|
||||
// despite the memset above
|
||||
_glfwClearWindowHints();
|
||||
// Not all window hints have zero as their default value, so this
|
||||
// needs to be here despite the memset above
|
||||
_glfwSetDefaultWindowHints();
|
||||
|
||||
if (!_glfwPlatformInit())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user