winex11.drv: When skipping unknown attribute also skip its value.
This commit is contained in:
parent
9e878cb92c
commit
cde84a7bcc
|
@ -922,6 +922,7 @@ static int ConvertAttribWGLtoGLX(const int* iWGLAttr, int* oGLXAttr, struct wgl_
|
|||
break ;
|
||||
default:
|
||||
FIXME("unsupported %x WGL Attribute\n", iWGLAttr[cur]);
|
||||
cur++;
|
||||
break;
|
||||
}
|
||||
++cur;
|
||||
|
|
Loading…
Reference in New Issue