summaryrefslogtreecommitdiff
path: root/dix/globals.c
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2006-08-18 17:04:48 +0300
committerDaniel Stone <daniels@endtroducing.fooishbar.org>2006-08-18 17:04:48 +0300
commitcb0a565d2b2cf8823abbd77b4426cc2237731dc1 (patch)
treec71f2288f18afb15ed54dfe5e748bf75655c8b6f /dix/globals.c
parent7da51447eaab34292e14077fb5a48e6b2e587781 (diff)
dix: add whiteroot flag
Add a -wr option to use a white root window, and use a BackPixel rather than BackPixmap for both white and black root windows.
Diffstat (limited to 'dix/globals.c')
-rw-r--r--dix/globals.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/dix/globals.c b/dix/globals.c
index 5b854aabc..fc77ca793 100644
--- a/dix/globals.c
+++ b/dix/globals.c
@@ -143,6 +143,7 @@ FontPtr defaultFont; /* not declared in dix.h to avoid including font.h in
Bool loadableFonts = FALSE;
CursorPtr rootCursor;
Bool blackRoot=FALSE;
+Bool whiteRoot=FALSE;
ClientPtr requestingClient; /* XXX this should be obsolete now, remove? */
_X_EXPORT TimeStamp currentTime;