diff --git a/fb/fbcompose.c b/fb/fbcompose.c index dd2a2f0b5..465f7d343 100644 --- a/fb/fbcompose.c +++ b/fb/fbcompose.c @@ -180,6 +180,7 @@ fbFetch_b8g8r8 (const FbBits *bits, int x, int width, CARD32 *buffer, miIndexedP b |= (READ(pixel++) << 8); b |= (READ(pixel++)); #endif + WRITE(buffer++, b); } }