diff options
Diffstat (limited to 'fb/fbpict.c')
-rw-r--r-- | fb/fbpict.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fb/fbpict.c b/fb/fbpict.c index 05e0ef03f..5ab3756b9 100644 --- a/fb/fbpict.c +++ b/fb/fbpict.c @@ -881,7 +881,7 @@ fbComposite (CARD8 op, case PictOpSrc: #ifdef USE_MMX if (!pMask && pSrc->format == pDst->format && - pSrc->pDrawable != pDst->pDrawable) + pSrc->format != PICT_a8 && pSrc->pDrawable != pDst->pDrawable) { func = fbCompositeCopyAreammx; } |