winex11.drv: Quiet a noisy FIXME.

This commit is contained in:
André Hentschel 2011-02-25 22:26:07 +01:00 committed by Alexandre Julliard
parent 193d13c421
commit c7089361b2
1 changed files with 2 additions and 1 deletions

View File

@ -1311,7 +1311,8 @@ static BOOL client_side_dib_copy( X11DRV_PDEVICE *physDevSrc, INT xSrc, INT ySrc
}
if (dstDib.dsBm.bmBitsPixel <= 8)
{
FIXME("potential optimization: client-side color-index mode DIB copy\n");
static BOOL fixme_once;
if(!fixme_once++) FIXME("potential optimization: client-side color-index mode DIB copy\n");
return FALSE;
}
if (!(srcDib.dsBmih.biCompression == BI_BITFIELDS &&