wgl: Return TRUE on wglReleasePbufferDCARB success.
This commit is contained in:
parent
3771341774
commit
ccb4ee39ab
|
@ -2528,8 +2528,7 @@ static GLboolean WINAPI X11DRV_wglQueryPbufferARB(HPBUFFERARB hPbuffer, int iAtt
|
||||||
static int WINAPI X11DRV_wglReleasePbufferDCARB(HPBUFFERARB hPbuffer, HDC hdc)
|
static int WINAPI X11DRV_wglReleasePbufferDCARB(HPBUFFERARB hPbuffer, HDC hdc)
|
||||||
{
|
{
|
||||||
TRACE("(%p, %p)\n", hPbuffer, hdc);
|
TRACE("(%p, %p)\n", hPbuffer, hdc);
|
||||||
DeleteDC(hdc);
|
return DeleteDC(hdc);
|
||||||
return 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue