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

oldstable
Ričardas Barkauskas 2013-07-01 22:12:16 +03:00 committed by Alexandre Julliard
parent 9e878cb92c
commit cde84a7bcc
1 changed files with 1 additions and 0 deletions

View File

@ -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;