mirror of
https://github.com/glfw/glfw.git
synced 2026-01-11 23:33:16 +01:00
Initialize context creation APIs on demand
This commit is contained in:
@@ -600,9 +600,6 @@ int _glfwPlatformInit(void)
|
||||
if (!_glfwInitThreadLocalStoragePOSIX())
|
||||
return GLFW_FALSE;
|
||||
|
||||
if (!_glfwInitEGL())
|
||||
return GLFW_FALSE;
|
||||
|
||||
if (!_glfwInitJoysticksLinux())
|
||||
return GLFW_FALSE;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user