Commit 53036b69 authored by Ken Thomases's avatar Ken Thomases Committed by Alexandre Julliard

winemac: Trace the pixel format in DescribePixelFormat().

parent a300efc8
...@@ -3363,6 +3363,8 @@ int macdrv_wglDescribePixelFormat(HDC hdc, int fmt, UINT size, PIXELFORMATDESCRI ...@@ -3363,6 +3363,8 @@ int macdrv_wglDescribePixelFormat(HDC hdc, int fmt, UINT size, PIXELFORMATDESCRI
descr->cStencilBits = pf->stencil_bits; descr->cStencilBits = pf->stencil_bits;
descr->cAuxBuffers = pf->aux_buffers; descr->cAuxBuffers = pf->aux_buffers;
descr->iLayerType = PFD_MAIN_PLANE; descr->iLayerType = PFD_MAIN_PLANE;
TRACE("%s\n", debugstr_pf(pf));
return nb_displayable_formats; return nb_displayable_formats;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment