Author: adamwill
Update of /cvs/nonfree/rpms/xorg-x11-drv-psb/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv3000
Modified Files:
xorg-x11-drv-psb-0.32.0-null.patch
Log Message:
rediff null.patch
xorg-x11-drv-psb-0.32.0-null.patch:
psb_accel.c | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
Index: xorg-x11-drv-psb-0.32.0-null.patch
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-psb/devel/xorg-x11-drv-psb-0.32.0-null.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xorg-x11-drv-psb-0.32.0-null.patch 17 Sep 2010 10:32:25 -0000 1.1
+++ xorg-x11-drv-psb-0.32.0-null.patch 24 Sep 2010 13:48:31 -0000 1.2
@@ -1,8 +1,8 @@
---- a/src/psb_accel.c
-+++ b/src/psb_accel.c
-@@ -509,9 +509,14 @@ psbExaCheckComposite(int op,
- PicturePtr pSrcPicture, PicturePtr pMaskPicture,
- PicturePtr pDstPicture)
+--- xserver-xorg-video-psb-0.32.0/src/psb_accel.c 2009-05-11 18:37:53.000000000 -0700
++++ xserver-xorg-video-psb-0.32.0/src/psb_accel.c.new 2010-09-24 06:47:01.221513179
-0700
+@@ -501,9 +501,14 @@
+ PicturePtr pSrcPicture, PicturePtr pMaskPicture,
+ PicturePtr pDstPicture)
{
+ int w, h;
DrawablePtr pDraw = pSrcPicture->pDrawable;
@@ -16,4 +16,4 @@
+ h = pDraw->height;
if (op > PictOpAdd)
- return FALSE;
+ return FALSE;