diff --git a/src/egl_context.c b/src/egl_context.c index e9fd0242..7f61e250 100644 --- a/src/egl_context.c +++ b/src/egl_context.c @@ -167,6 +167,7 @@ static GLboolean chooseFBConfigs(const _GLFWctxconfig* ctxconfig, u->stencilBits = getConfigAttrib(n, EGL_STENCIL_SIZE); u->samples = getConfigAttrib(n, EGL_SAMPLES); + u->doublebuffer = GL_TRUE; u->egl = n; usableCount++;