Around 17 o'clock on Dec 10, Juliusz Chroboczek wrote:

> By default, LEN is 255, and everything works fine.  If LEN is
> changed to be 256, nothing is rendered.

There is an obvious bug in the X server:

Index: fbpict.c
===================================================================
RCS file: /local/src/CVS/xc/programs/Xserver/fb/fbpict.c,v
retrieving revision 1.15
diff -u -r1.15 fbpict.c
--- fbpict.c    2002/09/26 02:56:48     1.15
+++ fbpict.c    2002/12/10 17:21:55
@@ -671,7 +671,7 @@
     CARD8      *dstLine, *dst;
     CARD8      *srcLine, *src;
     FbStride   dstStride, srcStride;
-    CARD8      w;
+    CARD16     w;
     CARD8      s, d;
     CARD16     t;

-keith


_______________________________________________
Render mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/render

Reply via email to