Commit 7b5c2b3d authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

GLX: inverted if

parent 7fe5527d
...@@ -290,7 +290,7 @@ static int Open (vlc_object_t *obj) ...@@ -290,7 +290,7 @@ static int Open (vlc_object_t *obj)
goto error; goto error;
} }
if (glXMakeContextCurrent (dpy, sys->glwin, sys->glwin, sys->ctx)) if (!glXMakeContextCurrent (dpy, sys->glwin, sys->glwin, sys->ctx))
goto error; goto error;
} }
else else
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment