* Mon Aug 10 2009 Adam Jackson <ajax@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.
This commit is contained in:
parent
74b976e96f
commit
c04c4ead55
25
xserver-1.6.99-show-ugly-cursor.patch
Normal file
25
xserver-1.6.99-show-ugly-cursor.patch
Normal file
@ -0,0 +1,25 @@
|
||||
From 33856dc328da576bbb96602df93e7e35ad36bd01 Mon Sep 17 00:00:00 2001
|
||||
From: Adam Jackson <ajax@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
|
||||
|
Loading…
Reference in New Issue
Block a user