[xserver-commit] xserver/fb fbwindow.c,1.13,1.14
Keith Packard
xserver-commit@pdx.freedesktop.org
Sun, 09 Nov 2003 22:28:09 -0800
Committed by: keithp
Update of /cvs/xserver/xserver/fb
In directory pdx:/tmp/cvs-serv6663/fb
Modified Files:
fbwindow.c
Log Message:
* fb/fbwindow.c: (fbFillRegionTiled):
Misrotating (in y) tiled window background to offscreen pixmaps
Index: fbwindow.c
===================================================================
RCS file: /cvs/xserver/xserver/fb/fbwindow.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- fbwindow.c 7 Nov 2003 23:29:29 -0000 1.13
+++ fbwindow.c 10 Nov 2003 06:28:07 -0000 1.14
@@ -286,7 +286,7 @@
FB_ALLONES,
dstBpp,
xRot * dstBpp,
- yRot - pbox->y1);
+ yRot - (pbox->y1 + dstYoff));
pbox++;
}
}