forked from pool/xorg-x11-server
Stefan Dirsch
ebdc01ee77
Udpate to Xorg 1.12.1... add 'automatic' ABI provides, which are verified during build to be true to ensure we can't ever publish a package which does not contain correct provides for the ABI OBS-URL: https://build.opensuse.org/request/show/114753 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=383
23 lines
755 B
Diff
23 lines
755 B
Diff
Index: hw/xfree86/xaa/xaaImage.c
|
|
===================================================================
|
|
--- hw/xfree86/xaa/xaaImage.c.orig
|
|
+++ hw/xfree86/xaa/xaaImage.c
|
|
@@ -240,6 +240,7 @@ XAAWritePixmap(ScrnInfoPtr pScrn, int x,
|
|
(*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 */
|
|
@@ -248,6 +249,9 @@ XAAWritePixmap(ScrnInfoPtr pScrn, int x,
|
|
else
|
|
beCareful = FALSE;
|
|
}
|
|
+#endif
|
|
+ if (beCareful)
|
|
+ h--;
|
|
|
|
if (dwords > infoRec->ImageWriteRange) {
|
|
while (h--) {
|