From 3ac85842d34cce334305d2165bc7c50159dfc8cd Mon Sep 17 00:00:00 2001 From: Matteo Bruni Date: Mon, 10 Nov 2014 18:56:10 +0100 Subject: [PATCH] winex11.drv: Actually report WGL_SWAP_EXCHANGE_ARB as the swap method. --- dlls/winex11.drv/opengl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/winex11.drv/opengl.c b/dlls/winex11.drv/opengl.c index 71af3db30d6..1481034bed1 100644 --- a/dlls/winex11.drv/opengl.c +++ b/dlls/winex11.drv/opengl.c @@ -2742,7 +2742,7 @@ static BOOL X11DRV_wglGetPixelFormatAttribivARB( HDC hdc, int iPixelFormat, int * point only ATI offers this. */ piValues[i] = WGL_SWAP_EXCHANGE_ARB; - break; + continue; case WGL_PBUFFER_LARGEST_ARB: curGLXAttr = GLX_LARGEST_PBUFFER; -- 2.11.4.GIT