mirror of
https://github.com/glfw/glfw.git
synced 2026-09-22 08:50:15 +00:00
Initial pass for multi-window support.
This commit is contained in:
@@ -48,13 +48,6 @@ GLFWAPI int glfwInit(void)
|
||||
return GL_TRUE;
|
||||
|
||||
memset(&_glfwLibrary, 0, sizeof(_glfwLibrary));
|
||||
memset(&_glfwWin, 0, sizeof(_glfwWin ));
|
||||
|
||||
// Window is not yet opened
|
||||
_glfwWin.opened = GL_FALSE;
|
||||
|
||||
// Default enable/disable settings
|
||||
_glfwWin.sysKeysDisabled = GL_FALSE;
|
||||
|
||||
// Clear window hints
|
||||
_glfwClearWindowHints();
|
||||
|
||||
Reference in New Issue
Block a user