[PATCH] winex11.drv: Actually query the swap method attribute.

Matteo Bruni matteo.mystral at gmail.com
Fri Feb 12 08:00:47 CST 2016


2016-02-12 10:01 GMT+01:00 Charles Davis <cdavis5x at gmail.com>:
> Signed-off-by: Charles Davis <cdavis5x at gmail.com>
> ---
>  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 3d0bd24..704d62a 100644
> --- a/dlls/winex11.drv/opengl.c
> +++ b/dlls/winex11.drv/opengl.c
> @@ -2738,7 +2738,7 @@ static BOOL X11DRV_wglGetPixelFormatAttribivARB( HDC hdc, int iPixelFormat, int
>              case WGL_SWAP_METHOD_ARB:
>                  if (has_swap_method)
>                  {
> -                    hTest = pglXGetFBConfigAttrib(gdi_display, fmt->fbconfig, GLX_DRAWABLE_TYPE, &tmp);
> +                    hTest = pglXGetFBConfigAttrib(gdi_display, fmt->fbconfig, GLX_SWAP_METHOD_OML, &tmp);
>                      if (hTest) goto get_error;
>                      switch (tmp)
>                      {
> --
> 2.7.1

It looks like this was a copy-paste fail on my part... Thank you for the fix.

Signed-off-by: Matteo Bruni <mbruni at codeweavers.com>



More information about the wine-patches mailing list