Stefan Dirsch
7e6a980b1f
Copy from home:oertel:branches:openSUSE:Factory/xorg-x11-server via accept of submit request 35298 revision 8. Request was accepted with message: reviewed ok. OBS-URL: https://build.opensuse.org/request/show/35298 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=229
22 lines
661 B
Diff
22 lines
661 B
Diff
Index: hw/xfree86/xaa/xaaImage.c
|
|
================================================================================
|
|
--- hw/xfree86/xaa/xaaImage.c
|
|
+++ hw/xfree86/xaa/xaaImage.c
|
|
@@ -238,12 +238,16 @@
|
|
(*infoRec->SetupForImageWrite)(pScrn, rop, planemask, trans, bpp, depth);
|
|
(*infoRec->SubsequentImageWriteRect)(pScrn, x, y, w, h, skipleft);
|
|
|
|
+#if 0
|
|
if(beCareful) {
|
|
/* in cases with bad alignment we have to be careful not
|
|
to read beyond the end of the source */
|
|
if(((x * Bpp) + (dwords << 2)) > srcwidth) h--;
|
|
else beCareful = FALSE;
|
|
}
|
|
+#endif
|
|
+ if (beCareful)
|
|
+ h--;
|
|
|
|
if(dwords > infoRec->ImageWriteRange) {
|
|
while(h--) {
|