mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 17:52:56 +00:00
rosglSetPixelFormat
Fixing a bug in Opengl32.dll Do not hacking ICD interface to make mesa3D happy fix the ICD interface in mesa32 svn path=/trunk/; revision=30398
This commit is contained in:
parent
27b7b817fd
commit
90e352745f
1 changed files with 1 additions and 1 deletions
|
@ -1011,7 +1011,7 @@ rosglSetPixelFormat( HDC hdc, int iFormat, CONST PIXELFORMATDESCRIPTOR *pfd )
|
||||||
}
|
}
|
||||||
|
|
||||||
/* call ICD */
|
/* call ICD */
|
||||||
if (!icd->DrvSetPixelFormat( hdc, iFormat/*, pfd*/ ))
|
if (!icd->DrvSetPixelFormat( hdc, iFormat, pfd ))
|
||||||
{
|
{
|
||||||
DBGPRINT( "Warning: DrvSetPixelFormat(format=%d) failed (%d)",
|
DBGPRINT( "Warning: DrvSetPixelFormat(format=%d) failed (%d)",
|
||||||
iFormat, GetLastError() );
|
iFormat, GetLastError() );
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue