diff options
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]; |