Commit 3ac85842 authored by Matteo Bruni's avatar Matteo Bruni Committed by Alexandre Julliard

winex11.drv: Actually report WGL_SWAP_EXCHANGE_ARB as the swap method.

parent 6fe4d9e7
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment