Commit e17be10d authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

uxtheme: Quiet a noisy fixme.

parent 9aa71a1f
......@@ -61,8 +61,14 @@ HPAINTBUFFER WINAPI BeginBufferedPaint(HDC hdcTarget,
BP_PAINTPARAMS *pPaintParams,
HDC *phdc)
{
FIXME("Stub (%p %p %d %p %p)\n", hdcTarget, prcTarget, dwFormat,
static int i;
TRACE("Stub (%p %p %d %p %p)\n", hdcTarget, prcTarget, dwFormat,
pPaintParams, phdc);
if (!i++)
FIXME("Stub (%p %p %d %p %p)\n", hdcTarget, prcTarget, dwFormat,
pPaintParams, phdc);
return NULL;
}
......
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