winex11.drv: Actually query the swap method attribute.
Signed-off-by: Charles Davis <cdavis5x@gmail.com> Signed-off-by: Matteo Bruni <mbruni@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
2000c7d770
commit
6509f90eac
|
@ -2738,7 +2738,7 @@ static BOOL X11DRV_wglGetPixelFormatAttribivARB( HDC hdc, int iPixelFormat, int
|
||||||
case WGL_SWAP_METHOD_ARB:
|
case WGL_SWAP_METHOD_ARB:
|
||||||
if (has_swap_method)
|
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;
|
if (hTest) goto get_error;
|
||||||
switch (tmp)
|
switch (tmp)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue