rpms/xorg-x11-server/devel xserver-1.6.99-show-ugly-cursor.patch, NONE, 1.1

Adam Jackson ajax at fedoraproject.org
Tue Aug 11 00:07:45 UTC 2009


Author: ajax

Update of /cvs/pkgs/rpms/xorg-x11-server/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6300

Added Files:
	xserver-1.6.99-show-ugly-cursor.patch 
Log Message:
* Mon Aug 10 2009 Adam Jackson <ajax at redhat.com> 1.6.99-31.20090807
- Move libxf86config.a back to -server-devel
- xserver-1.6.99-show-ugly-cursor.patch: Un-suppress the initial root cursor
  hiding until we figure out what's wrong with gtk in anaconda.


xserver-1.6.99-show-ugly-cursor.patch:
 cursor.c |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

--- NEW FILE xserver-1.6.99-show-ugly-cursor.patch ---
>From 33856dc328da576bbb96602df93e7e35ad36bd01 Mon Sep 17 00:00:00 2001
From: Adam Jackson <ajax at redhat.com>
Date: Mon, 10 Aug 2009 19:59:25 -0400
Subject: [PATCH] un-suppress the initial root cursor momentarily

---
 xfixes/cursor.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/xfixes/cursor.c b/xfixes/cursor.c
index acc703a..f88476a 100644
--- a/xfixes/cursor.c
+++ b/xfixes/cursor.c
@@ -134,7 +134,7 @@ typedef struct _CursorScreen {
 #define Unwrap(as,s,elt,backup)	(((backup) = (s)->elt), (s)->elt = (as)->elt)
 
 /* The cursor doesn't show up until the first XDefineCursor() */
-static Bool CursorVisible = FALSE;
+static Bool CursorVisible = TRUE;
 
 Bool EnableCursor = TRUE;
 
-- 
1.6.2.2





More information about the scm-commits mailing list