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.
This commit is contained in:
Daniel Stone
2006-08-18 17:04:48 +03:00
committed by Daniel Stone
parent 7da51447ea
commit cb0a565d2b
4 changed files with 20 additions and 6 deletions

View File

@@ -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;