summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--video/out/gl_x11.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/video/out/gl_x11.c b/video/out/gl_x11.c
index 8a67e0e13f..9d3d06711c 100644
--- a/video/out/gl_x11.c
+++ b/video/out/gl_x11.c
@@ -231,6 +231,7 @@ static bool config_window_x11(struct MPGLContext *ctx, int flags)
MP_ERR(vo, "no GLX support present\n");
return false;
}
+ MP_VERBOSE(vo, "GLX chose FB config with ID 0x%x\n", (int)(intptr_t)fbc);
glx_ctx->fbc = fbc;
glx_ctx->vinfo = glXGetVisualFromFBConfig(vo->x11->display, fbc);