mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +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 */
|
||||
if (!icd->DrvSetPixelFormat( hdc, iFormat/*, pfd*/ ))
|
||||
if (!icd->DrvSetPixelFormat( hdc, iFormat, pfd ))
|
||||
{
|
||||
DBGPRINT( "Warning: DrvSetPixelFormat(format=%d) failed (%d)",
|
||||
iFormat, GetLastError() );
|
||||
|
|
Loading…
Reference in a new issue