diff options
author | Adam Jackson <ajax@redhat.com> | 2008-09-22 10:51:51 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2008-09-22 10:51:51 -0400 |
commit | 0bb317a78b96fddcdac319c9706b3a12f931ea44 (patch) | |
tree | 5a37459d4c93f8aef6e38f49053f718e08e2c5c5 /dix/globals.c | |
parent | ab17f88506a2dde32c50ff72b03743cd9c384ecc (diff) |
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().
Diffstat (limited to 'dix/globals.c')
-rw-r--r-- | dix/globals.c | 4 |
1 files changed, 2 insertions, 2 deletions
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]; |