From 9414ba3683231afe9bee0f941c53998dea218615 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Billeter?= Date: Sun, 8 Feb 2015 11:34:18 +0100 Subject: [PATCH] ephyr: fix -no-host-grab argument processing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jürg Billeter Reviewed-by: Alan Coopersmith --- hw/kdrive/ephyr/ephyrinit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/kdrive/ephyr/ephyrinit.c b/hw/kdrive/ephyr/ephyrinit.c index 8fbaf1d44..d86baf295 100644 --- a/hw/kdrive/ephyr/ephyrinit.c +++ b/hw/kdrive/ephyr/ephyrinit.c @@ -367,7 +367,7 @@ ddxProcessArgument(int argc, char **argv, int i) /* end Xnest compat */ else if (!strcmp(argv[i], "-no-host-grab")) { EphyrWantNoHostGrab = 1; - return 2; + return 1; } return KdProcessArgument(argc, argv, i);