wgl: wglBindTexImageARB should return TRUE on success.

This commit is contained in:
Roderick Colenbrander 2007-07-28 23:21:57 +02:00 committed by Alexandre Julliard
parent 14e17b0a2e
commit 8cbb0a6f18
1 changed files with 1 additions and 0 deletions

View File

@ -2770,6 +2770,7 @@ static GLboolean WINAPI X11DRV_wglBindTexImageARB(HPBUFFERARB hPbuffer, int iBuf
pglXDestroyContext(gdi_display, tmp_context);
HeapFree(GetProcessHeap(), 0, buf);
return GL_TRUE;
}
if (NULL != pglXBindTexImageARB) {