summaryrefslogtreecommitdiff
path: root/zwgc/X_driver.c
diff options
context:
space:
mode:
Diffstat (limited to 'zwgc/X_driver.c')
-rw-r--r--zwgc/X_driver.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/zwgc/X_driver.c b/zwgc/X_driver.c
index de3db50..1d7798b 100644
--- a/zwgc/X_driver.c
+++ b/zwgc/X_driver.c
@@ -231,8 +231,7 @@ static XrmOptionDescRec cmd_options[] = {
{"-name", ".name", XrmoptionSepArg, (caddr_t) NULL},
{"-reverse", "*reverseVideo", XrmoptionNoArg, (caddr_t) "on"},
{"-rv", "*reverseVideo", XrmoptionNoArg, (caddr_t) "on"},
- {"-selectionTimeout",
- ".selectionTimeout", XrmoptionSepArg, (caddr_t) NULL},
+ {"-transient", "*transient", XrmoptionNoArg, (caddr_t) "on"},
{"-synchronous", "*synchronous", XrmoptionNoArg, (caddr_t) "on"},
{"-title", ".title", XrmoptionSepArg, (caddr_t) NULL},
{"-xrm", NULL, XrmoptionResArg, (caddr_t) NULL} };