Commit cde84a7b authored by Ričardas Barkauskas's avatar Ričardas Barkauskas Committed by Alexandre Julliard

winex11.drv: When skipping unknown attribute also skip its value.

parent 9e878cb9
...@@ -922,6 +922,7 @@ static int ConvertAttribWGLtoGLX(const int* iWGLAttr, int* oGLXAttr, struct wgl_ ...@@ -922,6 +922,7 @@ static int ConvertAttribWGLtoGLX(const int* iWGLAttr, int* oGLXAttr, struct wgl_
break ; break ;
default: default:
FIXME("unsupported %x WGL Attribute\n", iWGLAttr[cur]); FIXME("unsupported %x WGL Attribute\n", iWGLAttr[cur]);
cur++;
break; break;
} }
++cur; ++cur;
......
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