wglQuerySwapGroupNV has a missing parameter in its typedef, which causes a
runtime error when the function is first called.
currently:-
typedef BOOL (WINAPI * PFNWGLQUERYSWAPGROUPNVPROC) (HDC hDC, GLuint*
group);
should be:-
typedef BOOL (WINAPI * PFNWGLQUERYSWAPGROUPNVPROC) (HDC hDC, GLuint* group,
GLuint* barrier);
Nobody/Anonymous ( nobody ) - 2009-07-27 16:29
5
Open
Fixed
Nigel Stewart
WGL specific
None
Public
|
Date: 2009-10-06 16:40 Fix is now upstream: |
|
Date: 2009-08-03 18:46 This appears to be due to a typo in the specification: |
| Field | Old Value | Date | By |
|---|---|---|---|
| resolution_id | Accepted | 2009-10-06 16:40 | nigels |
| assigned_to | nobody | 2009-08-03 18:46 | nigels |
| resolution_id | None | 2009-08-03 18:46 | nigels |