diff options
author | Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> | 2005-01-11 17:33:03 +0000 |
---|---|---|
committer | Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> | 2005-01-11 17:33:03 +0000 |
commit | 8aabc94596dae0fd4ce2c975de75946685faf2cd (patch) | |
tree | 9f59e38b1f998b0ed84b2abc12a8e89389f202aa /hw/xwin | |
parent | b6301dc41090899b20003eab1356bc09fc5eed1a (diff) |
Document the -silent-dup-error switch
Diffstat (limited to 'hw/xwin')
-rw-r--r-- | hw/xwin/ChangeLog | 5 | ||||
-rw-r--r-- | hw/xwin/XWin.man | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/hw/xwin/ChangeLog b/hw/xwin/ChangeLog index ca6c6f17b..2b78d8605 100644 --- a/hw/xwin/ChangeLog +++ b/hw/xwin/ChangeLog @@ -1,5 +1,10 @@ 2005-01-11 Alexander Gottwald <ago at freedesktop dot org> + * XWin.man: + Document the -silent-dup-error switch + +2005-01-11 Alexander Gottwald <ago at freedesktop dot org> + * winkeyhook.c: Do not grab ALT-TAB when window is in multiwindow mode diff --git a/hw/xwin/XWin.man b/hw/xwin/XWin.man index e758c98cb..4e70c19f5 100644 --- a/hw/xwin/XWin.man +++ b/hw/xwin/XWin.man @@ -229,6 +229,9 @@ The \fIAlt-F4\fP key combination is enabled by default. .TP 8 .B \-swcursor Disable the usage of the windows cursor and use the X11 software cursor instead. +.B \-silent-dup-error +If another instance of XWin is found running, exit silently and don't display +the error messge. .TP 8 .B "\-xkblayout \fIlayout\fP" .TP 8 |