(GLX) Buildfix

This commit is contained in:
twinaphex 2015-02-09 02:03:41 +01:00
parent db64c41ae7
commit 0b926373ce

View File

@ -692,7 +692,7 @@ static void gfx_ctx_glx_make_current_context(void *data)
if (glx)
glXMakeContextCurrent(glx->g_dpy, glx->g_glx_win,
glx->g_glx_win, glx->g_use_hw_ctx ? glx->g_hw_ctx : glx_g_ctx);
glx->g_glx_win, glx->g_use_hw_ctx ? glx->g_hw_ctx : glx->g_ctx);
}
static bool gfx_ctx_glx_bind_api(void *data, enum gfx_ctx_api api,