[PATCH 01/15] os: remove superfluous -br option
Tiago Vignatti
tiago.vignatti at nokia.com
Thu Oct 28 07:16:56 PDT 2010
There is no effect on using or not such option. Deprecate it.
Signed-off-by: Tiago Vignatti <tiago.vignatti at nokia.com>
---
doc/Xserver.man.pre | 4 ----
os/utils.c | 2 --
2 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/doc/Xserver.man.pre b/doc/Xserver.man.pre
index ce3b3a1..439e417 100644
--- a/doc/Xserver.man.pre
+++ b/doc/Xserver.man.pre
@@ -100,10 +100,6 @@ specifies a file which contains a collection of authorization records used
to authenticate access. See also the \fIxdm\fP(1) and
\fIXsecurity\fP(__miscmansuffix__) manual pages.
.TP 8
-.B \-br
-sets the default root window to solid black instead of the standard root weave
-pattern. This is the default unless -retro or -wr is specified.
-.TP 8
.B \-bs
disables backing store support on all screens.
.TP 8
diff --git a/os/utils.c b/os/utils.c
index 8921d7c..760f2f9 100644
--- a/os/utils.c
+++ b/os/utils.c
@@ -467,7 +467,6 @@ void UseMsg(void)
ErrorF("-ac disable access control restrictions\n");
ErrorF("-audit int set audit trail level\n");
ErrorF("-auth file select authorization file\n");
- ErrorF("-br create root window with black background\n");
ErrorF("+bs enable any backing store support\n");
ErrorF("-bs disable any backing store support\n");
ErrorF("-c turns off key-click\n");
@@ -616,7 +615,6 @@ ProcessCommandLine(int argc, char *argv[])
else
UseMsg();
}
- else if ( strcmp( argv[i], "-br") == 0) ; /* default */
else if ( strcmp( argv[i], "+bs") == 0)
enableBackingStore = TRUE;
else if ( strcmp( argv[i], "-bs") == 0)
--
1.7.0.4
More information about the xorg-devel
mailing list