http://git.etersoft.ru/projects
/
wine
/
eterwine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
193d13c
)
winex11.drv: Quiet a noisy FIXME.
author
André Hentschel
<nerv@dawncrow.de>
Fri, 25 Feb 2011 21:26:07 +0000
(22:26 +0100)
committer
Alexandre Julliard
<julliard@winehq.org>
Mon, 28 Feb 2011 14:50:49 +0000
(15:50 +0100)
dlls/winex11.drv/bitblt.c
patch
|
blob
|
blame
|
history
diff --git
a/dlls/winex11.drv/bitblt.c
b/dlls/winex11.drv/bitblt.c
index 7d37d767df85ee619a889605cb3759b49ed5187a..523d9997ccdd11ef962ed7d2ba7cb68595c0b880 100644
(file)
--- a/
dlls/winex11.drv/bitblt.c
+++ b/
dlls/winex11.drv/bitblt.c
@@
-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 &&