winemac: Trace the pixel format in DescribePixelFormat().

This commit is contained in:
Ken Thomases 2013-09-11 23:46:35 -05:00 committed by Alexandre Julliard
parent a300efc852
commit 53036b6917
1 changed files with 2 additions and 0 deletions

View File

@ -3363,6 +3363,8 @@ int macdrv_wglDescribePixelFormat(HDC hdc, int fmt, UINT size, PIXELFORMATDESCRI
descr->cStencilBits = pf->stencil_bits;
descr->cAuxBuffers = pf->aux_buffers;
descr->iLayerType = PFD_MAIN_PLANE;
TRACE("%s\n", debugstr_pf(pf));
return nb_displayable_formats;
}