xorg-x11-server/xserver-1.6.99-show-ugly-cursor.patch
Adam Jackson c04c4ead55 * 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.
2009-08-11 00:07:45 +00:00

26 lines
728 B
Diff

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