rpms/xorg-x11-server/devel xorg-redhat-die-ugly-pattern-die-die-die.patch, NONE, 1.1 xorg-x11-server.spec, 1.22, 1.23

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Nov 17 15:58:19 UTC 2005


Author: mharris

Update of /cvs/dist/rpms/xorg-x11-server/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv18893

Modified Files:
	xorg-x11-server.spec 
Added Files:
	xorg-redhat-die-ugly-pattern-die-die-die.patch 
Log Message:
Added xorg-redhat-die-ugly-pattern-die-die-die.patch, and applied for bug #173423

xorg-redhat-die-ugly-pattern-die-die-die.patch:
 window.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

--- NEW FILE xorg-redhat-die-ugly-pattern-die-die-die.patch ---
$Id:$

Remove the default root window grey stipple pattern, replacing it with
blackness.

--- dix/window.c.die-ugly-pattern-die-die-die	Tue Feb 12 16:33:04 2002
+++ dix/window.c	Tue Feb 12 16:45:32 2002
@@ -119,8 +119,8 @@
  *
  ******/
 
-static unsigned char _back_lsb[4] = {0x88, 0x22, 0x44, 0x11};
-static unsigned char _back_msb[4] = {0x11, 0x44, 0x22, 0x88};
+static unsigned char _back_lsb[4] = {0x00, 0x00, 0x00, 0x00};
+static unsigned char _back_msb[4] = {0x00, 0x00, 0x00, 0x00};
 
 int screenIsSaved = SCREEN_SAVER_OFF;
 


Index: xorg-x11-server.spec
===================================================================
RCS file: /cvs/dist/rpms/xorg-x11-server/devel/xorg-x11-server.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- xorg-x11-server.spec	17 Nov 2005 15:51:06 -0000	1.22
+++ xorg-x11-server.spec	17 Nov 2005 15:58:17 -0000	1.23
@@ -12,6 +12,7 @@
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Source0:   http://xorg.freedesktop.org/releases/X11R7.0-RC2/everything/%{pkgname}-%{version}.tar.bz2
 Patch0: xorg-x11-server-0.99.3-init-origins-fix.patch
+Patch100: xorg-redhat-die-ugly-pattern-die-die-die.patch
 
 # INFO: We don't ship the X server on s390/s390x/ppc64
 ExcludeArch: s390 s390x ppc64
@@ -194,6 +195,8 @@
 %setup -q -n %{pkgname}-%{version}
 %patch0 -p0 -b .init-origins-fix
 
+%patch100 -p0 -b .redhat-die-ugly-pattern-die-die-die
+
 %build
 %configure %{xservers} \
 	--disable-dependency-tracking \
@@ -485,6 +488,8 @@
   location if it is specified in xorg.conf.
 - Added xorg-x11-server-0.99.3-init-origins-fix.patch ported from monolithic
   xorg-x11 package to fix Xinerama bug.
+- Added xorg-redhat-die-ugly-pattern-die-die-die.patch to kill the ugly grey
+  stipple once again for bug (#173423).
 
 * Mon Nov 14 2005 Jeremy Katz <katzj at redhat.com> - 0.99.3-5
 - Xorg server should be suid for users to be able to run startx (#173064)




More information about the fedora-cvs-commits mailing list