From 0bb317a78b96fddcdac319c9706b3a12f931ea44 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Mon, 22 Sep 2008 10:51:51 -0400 Subject: Default to -br. Add -retro option for the nostalgic. -retro also reverts to the classic cursor display behavior, meaning, the cursor will be visible before anyone calls XDefineCursor(). --- dix/globals.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dix/globals.c') diff --git a/dix/globals.c b/dix/globals.c index 80a9ff504..60fd9a9ea 100644 --- a/dix/globals.c +++ b/dix/globals.c @@ -139,8 +139,8 @@ char *defaultCursorFont = COMPILEDCURSORFONT; FontPtr defaultFont; /* not declared in dix.h to avoid including font.h in every compilation of dix code */ CursorPtr rootCursor; -Bool blackRoot=FALSE; -Bool whiteRoot=FALSE; +Bool party_like_its_1989 = FALSE; +Bool whiteRoot = FALSE; _X_EXPORT int cursorScreenDevPriv[MAXSCREENS]; -- cgit v1.2.3