From 60ec2c9d5f1ae8e5e55dd91aaf815f45f78353b7 Mon Sep 17 00:00:00 2001 From: sandmann Date: Thu, 5 Oct 2006 03:24:45 +0000 Subject: [PATCH] Add plane parameters to miHandleExposures --- xorg-x11-server-1.1.1-graphics-expose.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xorg-x11-server-1.1.1-graphics-expose.patch b/xorg-x11-server-1.1.1-graphics-expose.patch index 8bb069a..cb40e64 100644 --- a/xorg-x11-server-1.1.1-graphics-expose.patch +++ b/xorg-x11-server-1.1.1-graphics-expose.patch @@ -1,5 +1,5 @@ --- xorg-server-1.1.1/miext/cw/cw_ops.c.graphics-expose 2006-07-05 20:23:57.000000000 -0400 -+++ xorg-server-1.1.1/miext/cw/cw_ops.c 2006-10-04 23:14:36.000000000 -0400 ++++ xorg-server-1.1.1/miext/cw/cw_ops.c 2006-10-04 23:23:39.000000000 -0400 @@ -185,7 +185,7 @@ int w, int h, int dstx, int dsty) { @@ -34,7 +34,7 @@ - return exposed; + return miHandleExposure(pSrc, pDst, pGC, + osrcx, osrcy, w, h, -+ odstx, odsty); ++ odstx, odsty, 0); } static RegionPtr @@ -71,7 +71,7 @@ - return exposed; + return miHandleExposure(pSrc, pDst, pGC, + osrcx, osrcy, w, h -+ odstx, odsty); ++ odstx, odsty, plane); } static void