mirror of
https://github.com/reactos/wine.git
synced 2025-02-20 12:50:53 +00:00
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…
x
Reference in New Issue
Block a user