winemac: Trace the pixel format in DescribePixelFormat().
This commit is contained in:
parent
a300efc852
commit
53036b6917
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue