From ffca92195428885b72220620fc6467ac3402c524 Mon Sep 17 00:00:00 2001 From: Bailey Cosier Date: Sun, 17 Sep 2017 22:24:38 +0700 Subject: [PATCH] Use flag from fbconfig instead of window (now removed) --- src/glx_context.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/glx_context.c b/src/glx_context.c index fdc97bb8e..aaa2c8bd0 100644 --- a/src/glx_context.c +++ b/src/glx_context.c @@ -483,7 +483,7 @@ GLFWbool _glfwCreateContextGLX(_GLFWwindow* window, if (ctxconfig->share) share = ctxconfig->share->context.glx.handle; - if (!chooseGLXFBConfig(fbconfig, &native, window->transparent)) + if (!chooseGLXFBConfig(fbconfig, &native, fbconfig->transparent)) { _glfwInputError(GLFW_FORMAT_UNAVAILABLE,