xserver: Branch 'master'

Søren Sandmann Pedersen sandmann at kemper.freedesktop.org
Wed May 16 14:46:05 PDT 2007


 fb/fbcompose.c |    1 +
 1 files changed, 1 insertion(+)

New commits:
diff-tree 546465ee6aa6584780aec6357f32d205c807ae71 (from 0fcd17c9181901c419cc32bc24c07fe5a6934d81)
Author: Soren Sandmann Pedersen <sandmann at redhat.com>
Date:   Wed May 16 17:42:04 2007 -0400

    Make fbFetch_b8g8r8() actually write the read value to the buffer

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


More information about the xorg-commit mailing list