summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2018-10-23 14:09:55 -0400
committerAdam Jackson <ajax@nwnk.net>2018-10-23 18:37:46 +0000
commit53d32c94f39b4a89f70fed2e102c5fb5d6cae8bc (patch)
tree12c20d00eb6edb40d2e5840937d7833e4171a129 /man
parent382c26dade81a4c629307a3bfe6f5cca5af640e0 (diff)
dix: Remove the magic WhenMapped backing store hack
Automatic compositing exists, if that's what you want then use it. Signed-off-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'man')
-rw-r--r--man/Xserver.man11
1 files changed, 0 insertions, 11 deletions
diff --git a/man/Xserver.man b/man/Xserver.man
index 31ffb8cff..2b2114ac6 100644
--- a/man/Xserver.man
+++ b/man/Xserver.man
@@ -289,17 +289,6 @@ sets video-off screen-saver preference.
.B \-v
sets video-on screen-saver preference.
.TP 8
-.B \-wm
-forces the default backing-store of all windows to be WhenMapped. This
-is a backdoor way of getting backing-store to apply to all windows.
-Although all mapped windows will have backing store, the backing store
-attribute value reported by the server for a window will be the last
-value established by a client. If it has never been set by a client,
-the server will report the default value, NotUseful. This behavior is
-required by the X protocol, which allows the server to exceed the
-client's backing store expectations but does not provide a way to tell
-the client that it is doing so.
-.TP 8
.B \-wr
sets the default root window to solid white instead of the standard root weave
pattern.