[ci skip]
master
Camilla Berglund ago%!(EXTRA string=9 years)
parent f96d865b93
commit 33c68a24a0
  1. 1
      src/glx_context.c

@ -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…
Cancel
Save