mirror of
https://github.com/glfw/glfw.git
synced 2024-11-22 18:15:10 +00:00
Formatting
[ci skip]
This commit is contained in:
parent
f96d865b93
commit
33c68a24a0
@ -163,7 +163,6 @@ GLFWbool _glfwInitGLX(void)
|
|||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
for (i = 0; sonames[i]; i++)
|
for (i = 0; sonames[i]; i++)
|
||||||
{
|
{
|
||||||
_glfw.glx.handle = dlopen(sonames[i], RTLD_LAZY | RTLD_GLOBAL);
|
_glfw.glx.handle = dlopen(sonames[i], RTLD_LAZY | RTLD_GLOBAL);
|
||||||
|
Loading…
Reference in New Issue
Block a user