diff options
author | Daniel Stone <daniel@fooishbar.org> | 2006-08-18 17:04:48 +0300 |
---|---|---|
committer | Daniel Stone <daniels@endtroducing.fooishbar.org> | 2006-08-18 17:04:48 +0300 |
commit | cb0a565d2b2cf8823abbd77b4426cc2237731dc1 (patch) | |
tree | c71f2288f18afb15ed54dfe5e748bf75655c8b6f /include/opaque.h | |
parent | 7da51447eaab34292e14077fb5a48e6b2e587781 (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/opaque.h')
-rw-r--r-- | include/opaque.h | 1 |
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; |