rpms/xorg-x11-server/F-9 xserver-1.5.0-compiz-clip-fix.patch, NONE, 1.1 xorg-x11-server.spec, 1.331, 1.332

Adam Jackson (ajax) fedora-extras-commits at redhat.com
Mon May 5 19:19:21 UTC 2008


Author: ajax

Update of /cvs/pkgs/rpms/xorg-x11-server/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6570

Modified Files:
	xorg-x11-server.spec 
Added Files:
	xserver-1.5.0-compiz-clip-fix.patch 
Log Message:
* Mon May 05 2008 Adam Jackson <ajax at redhat.com> 1.4.99.901-28.20080415
- xserver-1.5.0-compiz-clip-fix.patch: Make compiz stop blinking every
  so often. (#441219)


xserver-1.5.0-compiz-clip-fix.patch:

--- NEW FILE xserver-1.5.0-compiz-clip-fix.patch ---
>From 9cf87d6608436ae4e189f513fa72eb33ebf5ad81 Mon Sep 17 00:00:00 2001
From: Adam Jackson <ajax at redhat.com>
Date: Mon, 5 May 2008 15:18:12 -0400
Subject: [PATCH] Fix compiz blinkyblink.

---
 mi/mivaltree.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/mi/mivaltree.c b/mi/mivaltree.c
index 74483e3..d9d07ca 100644
--- a/mi/mivaltree.c
+++ b/mi/mivaltree.c
@@ -255,7 +255,11 @@ miComputeClips (
     if (pParent->redirectDraw != RedirectDrawNone)
     {
 	if (miSetRedirectBorderClipProc)
+	{
+	    if (TreatAsTransparent (pParent))
+		REGION_EMPTY (pScreen, universe);
 	    (*miSetRedirectBorderClipProc) (pParent, universe);
+	}
 	REGION_COPY(pScreen, universe, &pParent->borderSize);
     }
 #endif
-- 
1.5.4.5



Index: xorg-x11-server.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-server/F-9/xorg-x11-server.spec,v
retrieving revision 1.331
retrieving revision 1.332
diff -u -r1.331 -r1.332
--- xorg-x11-server.spec	5 May 2008 18:38:15 -0000	1.331
+++ xorg-x11-server.spec	5 May 2008 19:18:43 -0000	1.332
@@ -20,7 +20,7 @@
 Summary:   X.Org X11 X server
 Name:      xorg-x11-server
 Version:   1.4.99.901
-Release:   27.%{gitdate}%{?dist}
+Release:   28.%{gitdate}%{?dist}
 URL:       http://www.x.org
 License:   MIT
 Group:     User Interface/X
@@ -50,6 +50,7 @@
 Patch1014:  xserver-1.4.99-xaa-evict-pixmaps.patch
 
 Patch2013:  xserver-1.4.99-document-fontpath-correctly.patch
+Patch2014:  xserver-1.5.0-compiz-clip-fix.patch
 
 # Trivial things to maybe merge upstream at next rebase
 Patch3000:  xserver-1.5.0-stenciled-visuals.patch
@@ -517,6 +518,10 @@
 
 
 %changelog
+* Mon May 05 2008 Adam Jackson <ajax at redhat.com> 1.4.99.901-28.20080415
+- xserver-1.5.0-compiz-clip-fix.patch: Make compiz stop blinking every
+  so often. (#441219)
+
 * Mon May 05 2008 Adam Jackson <ajax at redhat.com> 1.4.99.901-27.20080415
 - xserver-1.5.0-hal-closedown.patch: Fix a crash in the hal code when
   closing a device.




More information about the scm-commits mailing list