summaryrefslogtreecommitdiff
path: root/include
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 /include
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 'include')
-rw-r--r--include/opaque.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/opaque.h b/include/opaque.h
index 4ccccd054..3d19d275f 100644
--- a/include/opaque.h
+++ b/include/opaque.h
@@ -73,6 +73,7 @@ extern int limitNoFile;
extern Bool defeatAccessControl;
extern long maxBigRequestSize;
extern Bool blackRoot;
+extern Bool whiteRoot;
extern Bool CoreDump;