From f90f0c7436a58bfe7636399641cb0d8b0eeda523 Mon Sep 17 00:00:00 2001 From: Egbert Eich Date: Tue, 6 Apr 2004 22:09:45 +0000 Subject: made server also accept -xf86config --- hw/xfree86/common/xf86Init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/xfree86/common/xf86Init.c b/hw/xfree86/common/xf86Init.c index 85548a76a..079abefd9 100644 --- a/hw/xfree86/common/xf86Init.c +++ b/hw/xfree86/common/xf86Init.c @@ -1344,7 +1344,7 @@ ddxProcessArgument(int argc, char **argv, int i) return 2; } } - if (!strcmp(argv[i], "-config")) + if (!strcmp(argv[i], "-config") || !strcmp(argv[i], "-xf86config")) { if (!argv[i + 1]) return 0; -- cgit v1.2.3